From: Robert Yang Date: Mon, 22 Dec 2014 05:28:25 +0000 (-0800) Subject: wget: add PACKAGECONFIG for util-linux X-Git-Tag: 2015-4~917 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=079c9cee02f8e7c79c76997db55cc26d8d70ff95;p=openembedded-core.git wget: add PACKAGECONFIG for util-linux Fixed: WARNING: QA Issue: wget rdepends on util-linux-libuuid, but it isn't a build dependency? [build-deps] Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc index f2e12ef5b6..049b898d39 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"