summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/wget
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2014-12-21 21:28:25 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-12-23 10:18:20 +0000
commit9b6247b4af6d21fac5db79db86d35b5c36d5e099 (patch)
treeb50393fc29719e3e45dd51abb75907b24aa1e7e8 /meta/recipes-extended/wget
parentf3c615eeabebec73537b90a68dbfca6f195507c9 (diff)
downloadast2050-yocto-poky-9b6247b4af6d21fac5db79db86d35b5c36d5e099.zip
ast2050-yocto-poky-9b6247b4af6d21fac5db79db86d35b5c36d5e099.tar.gz
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] (From OE-Core rev: 079c9cee02f8e7c79c76997db55cc26d8d70ff95) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/wget')
-rw-r--r--meta/recipes-extended/wget/wget.inc3
1 files changed, 3 insertions, 0 deletions
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"
OpenPOWER on IntegriCloud