On 5 January 2013 02:36, Damian Kaczkowski <damian.kaczkow...@gmail.com>wrote:

> I think this has to be workaround/pached on buildroot first so it allows
> DEPENDS like above and generates proper opkg control files in such
> situations. Eg:
>
> a) It should strip the "PACKAGE_" portion from opkg control file in such
> case:
>
> *DEPENDS:=+!BUSYBOX_CONFIG_MKSWAP:PACKAGE_swap-utils*
>
> b) but also It should strip the whole symbol in case it is not a package
> symbol, eg:
>
> *DEPENDS:=+!PACKAGE_swap-utils*:*BUSYBOX_CONFIG_MKSWAP
> *
>


c) or just append "PACKAGE_" to appropriate parts of generated "tmp/.
config-package.in" file when used such DEPENDS:

*DEPENDS:=+!BUSYBOX_CONFIG_MKSWAP:swap-utils*
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to