On Wed, Dec 24, 2014 at 11:48 PM, Hongxu Jia <[email protected]> wrote: > While building busybox with QA package-missing checking enabled, > there was warning: > ... > WARNING: QA Issue: package busybox-mdev not generated, but listed in PACKAGES > WARNING: QA Issue: package busybox-httpd not generated, but listed in PACKAGES > ... > > The config in ${B}/.config decides to generate busybox-mdev, > busybox-httpd or not. Files are copied if the packages generated. > So set PACKAGES in do_package according to the existance of files. > > Signed-off-by: Hongxu Jia <[email protected]>
Shouldn't we "invert" the logic here? This patch 'removes' httpd and mdev when those are not enabled. Why we don't /add/ those when they are enabled? -- Otavio Salvador O.S. Systems http://www.ossystems.com.br http://code.ossystems.com.br Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
