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:07:03 +0100 |
commit | 919e4335c5f907fde4b46eb0cd421fbd360ddbae (patch) | |
tree | b34358fb9dd64e0a909e8a61b7f5351bf5e50516 | |
parent | 66d09565783186ab14fa77ecdfe2131a44a265ab (diff) | |
download | openembedded-core-919e4335c5f907fde4b46eb0cd421fbd360ddbae.tar.gz openembedded-core-919e4335c5f907fde4b46eb0cd421fbd360ddbae.tar.bz2 openembedded-core-919e4335c5f907fde4b46eb0cd421fbd360ddbae.zip |
wget: disable uuid by default
This will ensure a consistent build and not add additional dependency of
util-linux to wget
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-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 278706835b..ba37a8740e 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" |