[oe-commits] Saul Wold : wget: disable uuid by default

git at git.openembedded.org git at git.openembedded.org
Fri May 24 13:09:30 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 919e4335c5f907fde4b46eb0cd421fbd360ddbae
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=919e4335c5f907fde4b46eb0cd421fbd360ddbae

Author: Saul Wold <sgw at linux.intel.com>
Date:   Wed May 22 17:51:40 2013 -0700

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 at linux.intel.com>

---

 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"



More information about the Openembedded-commits mailing list