diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-12-21 21:28:25 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-23 10:18:20 +0000 |
commit | 9b6247b4af6d21fac5db79db86d35b5c36d5e099 (patch) | |
tree | b50393fc29719e3e45dd51abb75907b24aa1e7e8 | |
parent | f3c615eeabebec73537b90a68dbfca6f195507c9 (diff) | |
download | 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>
-rw-r--r-- | meta/recipes-extended/wget/wget.inc | 3 |
1 files changed, 3 insertions, 0 deletions
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" | |||
19 | RRECOMMENDS_${PN} += "ca-certificates" | 19 | RRECOMMENDS_${PN} += "ca-certificates" |
20 | 20 | ||
21 | BBCLASSEXTEND += "nativesdk" | 21 | BBCLASSEXTEND += "nativesdk" |
22 | |||
23 | PACKAGECONFIG ??= "" | ||
24 | PACKAGECONFIG[libuuid] = "--with-libuuid, --without-libuuid,util-linux" | ||