From f6c20f13cf723a093af1d426208ccb20d6fc9b90 Mon Sep 17 00:00:00 2001 From: Kai Kang Date: Mon, 21 Apr 2014 14:24:52 +0800 Subject: [PATCH] ndisc6: allow the package can be empty FILES_${PN} is set to null in original .bb file, this would cause ndisc6 main package is missing, then one build error will happen: ERROR: ndisc6 not found in the base feeds (qemux86 i586 x86 noarch any all). To fix this, need to set ALLOW_EMPTY_${PN} = "1". (From meta-openembedded rev: 182c235bd97cfeda861fccda3634104a61bf5e79) Signed-off-by: Xudong.zhu Signed-off-by: Kai Kang Signed-off-by: Joe MacDonald Signed-off-by: Patrick Ohly --- .../meta-networking/recipes-support/ndisc6/ndisc6_1.0.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-openembedded/meta-networking/recipes-support/ndisc6/ndisc6_1.0.2.bb b/meta-openembedded/meta-networking/recipes-support/ndisc6/ndisc6_1.0.2.bb index a958e37..066aac2 100644 --- a/meta-openembedded/meta-networking/recipes-support/ndisc6/ndisc6_1.0.2.bb +++ b/meta-openembedded/meta-networking/recipes-support/ndisc6/ndisc6_1.0.2.bb @@ -19,6 +19,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" inherit autotools gettext +ALLOW_EMPTY_${PN} = "1" + # Split into seperate packages since we normal don't want them all # The main package is left empty and therefore not created. PACKAGES += "${PN}-ndisc6 ${PN}-tcpspray6 ${PN}-rdisc6 \ -- 2.7.4