From: Saul Wold Date: Thu, 23 May 2013 00:51:40 +0000 (-0700) Subject: wget: disable uuid by default X-Git-Tag: 2015-4~6426 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=919e4335c5f907fde4b46eb0cd421fbd360ddbae;p=openembedded-core.git 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 --- 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"