summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/wget
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2013-05-22 17:51:40 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-24 14:14:47 +0100
commitefbb9f83ffca344d7b6115c35a0e609ed89eee7f (patch)
treed68c0901a780b0bdd4818b1fee0251059be63105 /meta/recipes-extended/wget
parent2129c5d9ef55303e929efb256aa301d70b406ca8 (diff)
downloadpoky-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')
-rw-r--r--meta/recipes-extended/wget/wget.inc3
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"
9inherit autotools gettext update-alternatives 9inherit autotools gettext update-alternatives
10 10
11EXTRA_OECONF = "--with-libc --enable-ipv6 --with-libssl-prefix=${STAGING_DIR_HOST} \ 11EXTRA_OECONF = "--with-libc --enable-ipv6 --with-libssl-prefix=${STAGING_DIR_HOST} \
12 --with-ssl=openssl --disable-rpath --disable-iri" 12 --with-ssl=openssl --disable-rpath --disable-iri \
13 ac_cv_header_uuid_uuid_h=no"
13 14
14ALTERNATIVE_${PN} = "wget" 15ALTERNATIVE_${PN} = "wget"
15ALTERNATIVE_PRIORITY = "100" 16ALTERNATIVE_PRIORITY = "100"