wget: remove unrecognised option
authorRobert Yang <liezhi.yang@windriver.com>
Sat, 28 Dec 2013 16:14:58 +0000 (00:14 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Jan 2014 12:50:14 +0000 (12:50 +0000)
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>
meta/recipes-extended/wget/wget.inc

index 7af55c4..9ef5641 100644 (file)
@@ -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"