summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/wget/wget.inc
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2014-12-21 21:28:24 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-12-23 10:18:20 +0000
commitf3c615eeabebec73537b90a68dbfca6f195507c9 (patch)
treef6164f781d963ffdc3951f7a036c24274d54c313 /meta/recipes-extended/wget/wget.inc
parent7d8fe6df4dcba34883d27ff03b67f3f169148a4e (diff)
downloadpoky-f3c615eeabebec73537b90a68dbfca6f195507c9.tar.gz
wget: upgrade to 1.16.1
* upgrade to 1.16.1 * inherit pkgconfig to fix the error like:a | configure.ac:41: error: possibly undefined macro: AC_MSG_NOTICE | configure.ac:89: error: possibly undefined macro: AS_IF (From OE-Core rev: 4da089e92b00d0b1e0b3071aa41fcb82dcabd691) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/wget/wget.inc')
-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 dc46841537..f2e12ef5b6 100644
--- a/meta/recipes-extended/wget/wget.inc
+++ b/meta/recipes-extended/wget/wget.inc
@@ -7,7 +7,7 @@ DEPENDS = "gnutls zlib libpcre"
7 7
8INC_PR = "r16" 8INC_PR = "r16"
9 9
10inherit autotools gettext texinfo update-alternatives 10inherit autotools gettext texinfo update-alternatives pkgconfig
11 11
12EXTRA_OECONF = "--enable-ipv6 --with-ssl=gnutls --disable-rpath --disable-iri \ 12EXTRA_OECONF = "--enable-ipv6 --with-ssl=gnutls --disable-rpath --disable-iri \
13 --without-libgnutls-prefix ac_cv_header_uuid_uuid_h=no" 13 --without-libgnutls-prefix ac_cv_header_uuid_uuid_h=no"