[OE-core] [PATCH 3/7] wget: add PACKAGECONFIG for util-linux

Robert Yang liezhi.yang at windriver.com
Mon Dec 22 05:28:25 UTC 2014


Fixed:
WARNING: QA Issue: wget rdepends on util-linux-libuuid, but it isn't a build dependency? [build-deps]

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
---
 meta/recipes-extended/wget/wget.inc |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc
index f2e12ef..049b898 100644
--- a/meta/recipes-extended/wget/wget.inc
+++ b/meta/recipes-extended/wget/wget.inc
@@ -19,3 +19,6 @@ ALTERNATIVE_PRIORITY = "100"
 RRECOMMENDS_${PN} += "ca-certificates"
 
 BBCLASSEXTEND += "nativesdk"
+
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[libuuid] = "--with-libuuid, --without-libuuid,util-linux"
-- 
1.7.9.5




More information about the Openembedded-core mailing list