While building linux-libc-headers with QA package-missing checking enabled, there was warning: ... QA Issue: package linux-libc-headers not generated, but listed in PACKAGES ...
Only linux-libc-headers-dev was generated, the others are empty, we should set PACKAGE manually. We also set linux-libc-headers-dev as linux-libc-headers's provider, so package management could install linux-libc-headers. Signed-off-by: Hongxu Jia <hongxu....@windriver.com> --- meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc index b18d09f..a69bbe6 100644 --- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc +++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc @@ -71,3 +71,5 @@ RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" INHIBIT_DEFAULT_DEPS = "1" DEPENDS += "unifdef-native" +PACKAGES="${PN}-dev" +RPROVIDES_${PN}-dev = "${PN}" -- 1.9.1 -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core