[LEDE-DEV] Problem creating packages
Jakub Jančo
kubco2 at gmail.com
Thu Mar 1 06:50:33 PST 2018
If you really need dependency on bash package, it is in packages repository.
Did you try "./scripts/feeds update && ./scripts/feeds install bash" ?
--
S pozdravom Jakub Janco
On Thu, Mar 1, 2018 at 1:57 PM, Luca Bertoncello <lucabert at lucabert.de> wrote:
> Hi list!
>
> I'm new by building packages on OpenWRT, but I try to create a package (I
> know how it works on Debian).
> My package depends on BASH, so I wrote:
>
> define Package/blah
> SECTION:=admin
> CATEGORY:=Administration
> DEPENDS:=$(CXX_DEPENDS) +libpq +libopenssl +libopenldap +bash
> TITLE:=Blah blah
> endef
>
> Well, if I compile it, it works, but I cannot "install" it (= create the
> .ipk-files) since make says that package "bash" does not exists...
>
> What do I do wrong?
>
> Thanks
> Luca Bertoncello
> (lucabert at lucabert.de)
>
>
> _______________________________________________
> Lede-dev mailing list
> Lede-dev at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/lede-dev
More information about the Lede-dev
mailing list