summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2013-12-29 00:14:58 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-02 12:50:14 +0000
commit27f3190b9cb9b7bcaf6cd0bdeb6ac176dd6e9e51 (patch)
treeb311e1bffb88bbf5ddb92c9a2977b985852f7694
parent41b9a1115b427d37d091d7dc91c17591ad5b5bf3 (diff)
downloadast2050-yocto-poky-27f3190b9cb9b7bcaf6cd0bdeb6ac176dd6e9e51.zip
ast2050-yocto-poky-27f3190b9cb9b7bcaf6cd0bdeb6ac176dd6e9e51.tar.gz
wget: remove unrecognised option
Remove the --with-libc, I can't find anything about this option from wget's log history. (From OE-Core rev: 4751b3d4c5002759ba8f574167a6c321ff9042d6) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/wget/wget.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc
index 7af55c4..9ef5641 100644
--- a/meta/recipes-extended/wget/wget.inc
+++ b/meta/recipes-extended/wget/wget.inc
@@ -8,7 +8,7 @@ INC_PR = "r16"
inherit autotools gettext update-alternatives
-EXTRA_OECONF = "--with-libc --enable-ipv6 --with-libssl-prefix=${STAGING_DIR_HOST} \
+EXTRA_OECONF = "--enable-ipv6 --with-libssl-prefix=${STAGING_DIR_HOST} \
--with-ssl=openssl --disable-rpath --disable-iri \
ac_cv_header_uuid_uuid_h=no"
OpenPOWER on IntegriCloud