[oe-commits] Robert Yang : wget: remove unrecognised option

git at git.openembedded.org git at git.openembedded.org
Thu Jan 2 12:53:25 UTC 2014


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

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Sun Dec 29 00:14:58 2013 +0800

wget: remove unrecognised option

Remove the --with-libc, I can't find anything about this option from
wget's log history.

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>

---

 meta/recipes-extended/wget/wget.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"
 



More information about the Openembedded-commits mailing list