[OE-core] [PATCH] linux-libc-headers: not to create empty rpm

Jian Liu jian.liu at windriver.com
Wed Jan 20 06:10:25 UTC 2016


linux-libc-headers-dbg is empty and unset ALLOW_EMPTY
for this sub-package.

Signed-off-by: Jian Liu <jian.liu at windriver.com>

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 2ba6ed5..75f6899 100644
--- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
+++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
@@ -76,3 +76,5 @@ RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})"
 
 INHIBIT_DEFAULT_DEPS = "1"
 DEPENDS += "unifdef-native"
+
+ALLOW_EMPTY_${PN}-dbg = "0"



More information about the Openembedded-core mailing list