* [PATCH] wget: disable uuid by default
@ 2013-05-23 0:52 Saul Wold
0 siblings, 0 replies; only message in thread
From: Saul Wold @ 2013-05-23 0:52 UTC (permalink / raw)
To: openembedded-core
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 | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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"
--
1.8.1.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-05-23 0:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-23 0:52 [PATCH] wget: disable uuid by default Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox