diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-12-21 21:28:24 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-23 10:18:20 +0000 |
commit | f3c615eeabebec73537b90a68dbfca6f195507c9 (patch) | |
tree | f6164f781d963ffdc3951f7a036c24274d54c313 /meta/recipes-extended | |
parent | 7d8fe6df4dcba34883d27ff03b67f3f169148a4e (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-extended/wget/wget.inc | 2 | ||||
-rw-r--r-- | meta/recipes-extended/wget/wget_1.16.1.bb | 8 | ||||
-rw-r--r-- | meta/recipes-extended/wget/wget_1.16.bb | 8 |
3 files changed, 9 insertions, 9 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 | ||
8 | INC_PR = "r16" | 8 | INC_PR = "r16" |
9 | 9 | ||
10 | inherit autotools gettext texinfo update-alternatives | 10 | inherit autotools gettext texinfo update-alternatives pkgconfig |
11 | 11 | ||
12 | EXTRA_OECONF = "--enable-ipv6 --with-ssl=gnutls --disable-rpath --disable-iri \ | 12 | EXTRA_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" |
diff --git a/meta/recipes-extended/wget/wget_1.16.1.bb b/meta/recipes-extended/wget/wget_1.16.1.bb new file mode 100644 index 0000000000..ca6f0fee25 --- /dev/null +++ b/meta/recipes-extended/wget/wget_1.16.1.bb | |||
@@ -0,0 +1,8 @@ | |||
1 | SRC_URI = "${GNU_MIRROR}/wget/wget-${PV}.tar.gz \ | ||
2 | file://fix_makefile.patch \ | ||
3 | " | ||
4 | |||
5 | SRC_URI[md5sum] = "5d12410a398ec9907e105e8734561ba0" | ||
6 | SRC_URI[sha256sum] = "3b834ce69366d4681f295307fce36ee14e122c4ee68a4d1291b62b0b26755a77" | ||
7 | |||
8 | require wget.inc | ||
diff --git a/meta/recipes-extended/wget/wget_1.16.bb b/meta/recipes-extended/wget/wget_1.16.bb deleted file mode 100644 index 257b534d66..0000000000 --- a/meta/recipes-extended/wget/wget_1.16.bb +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | SRC_URI = "${GNU_MIRROR}/wget/wget-${PV}.tar.gz \ | ||
2 | file://fix_makefile.patch \ | ||
3 | " | ||
4 | |||
5 | SRC_URI[md5sum] = "293a37977c41b5522f781d3a3a078426" | ||
6 | SRC_URI[sha256sum] = "b977fc10ac7a72d987d48136251aeb332f2dced1aabd50d6d56bdf72e2b79101" | ||
7 | |||
8 | require wget.inc | ||