From: Robert Yang Date: Mon, 22 Dec 2014 05:28:25 +0000 (-0800) Subject: wget: add PACKAGECONFIG for util-linux X-Git-Tag: yocto-4.0~27298 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=079c9cee02f8e7c79c76997db55cc26d8d70ff95;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 f2e12ef5b62..049b898d395 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"