diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-05-22 17:51:40 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-24 14:14:47 +0100 |
commit | efbb9f83ffca344d7b6115c35a0e609ed89eee7f (patch) | |
tree | d68c0901a780b0bdd4818b1fee0251059be63105 /meta/recipes-extended/wget/wget.inc | |
parent | 2129c5d9ef55303e929efb256aa301d70b406ca8 (diff) | |
download | ast2050-yocto-poky-efbb9f83ffca344d7b6115c35a0e609ed89eee7f.zip ast2050-yocto-poky-efbb9f83ffca344d7b6115c35a0e609ed89eee7f.tar.gz |
wget: disable uuid by default
This will ensure a consistent build and not add additional dependency of
util-linux to wget
(From OE-Core rev: 919e4335c5f907fde4b46eb0cd421fbd360ddbae)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/wget/wget.inc')
-rw-r--r-- | meta/recipes-extended/wget/wget.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc index 2787068..ba37a87 100644 --- a/meta/recipes-extended/wget/wget.inc +++ b/meta/recipes-extended/wget/wget.inc @@ -9,7 +9,8 @@ INC_PR = "r16" inherit autotools gettext update-alternatives EXTRA_OECONF = "--with-libc --enable-ipv6 --with-libssl-prefix=${STAGING_DIR_HOST} \ - --with-ssl=openssl --disable-rpath --disable-iri" + --with-ssl=openssl --disable-rpath --disable-iri \ + ac_cv_header_uuid_uuid_h=no" ALTERNATIVE_${PN} = "wget" ALTERNATIVE_PRIORITY = "100" |