]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
wget: disable uuid by default
authorSaul Wold <sgw@linux.intel.com>
Thu, 23 May 2013 00:51:40 +0000 (17:51 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 24 May 2013 13:07:03 +0000 (14:07 +0100)
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>
meta/recipes-extended/wget/wget.inc

index 278706835b541a3b39ee2c28d39ec52f3741db8e..ba37a8740e158c3ec88d69bfa4b1d53ccbea23c7 100644 (file)
@@ -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"