mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 15:32:13 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
7d8fe6df4d
commit
f3c615eeab
@@ -7,7 +7,7 @@ DEPENDS = "gnutls zlib libpcre"
|
||||
|
||||
INC_PR = "r16"
|
||||
|
||||
inherit autotools gettext texinfo update-alternatives
|
||||
inherit autotools gettext texinfo update-alternatives pkgconfig
|
||||
|
||||
EXTRA_OECONF = "--enable-ipv6 --with-ssl=gnutls --disable-rpath --disable-iri \
|
||||
--without-libgnutls-prefix ac_cv_header_uuid_uuid_h=no"
|
||||
|
||||
8
meta/recipes-extended/wget/wget_1.16.1.bb
Normal file
8
meta/recipes-extended/wget/wget_1.16.1.bb
Normal file
@@ -0,0 +1,8 @@
|
||||
SRC_URI = "${GNU_MIRROR}/wget/wget-${PV}.tar.gz \
|
||||
file://fix_makefile.patch \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "5d12410a398ec9907e105e8734561ba0"
|
||||
SRC_URI[sha256sum] = "3b834ce69366d4681f295307fce36ee14e122c4ee68a4d1291b62b0b26755a77"
|
||||
|
||||
require wget.inc
|
||||
@@ -1,8 +0,0 @@
|
||||
SRC_URI = "${GNU_MIRROR}/wget/wget-${PV}.tar.gz \
|
||||
file://fix_makefile.patch \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "293a37977c41b5522f781d3a3a078426"
|
||||
SRC_URI[sha256sum] = "b977fc10ac7a72d987d48136251aeb332f2dced1aabd50d6d56bdf72e2b79101"
|
||||
|
||||
require wget.inc
|
||||
Reference in New Issue
Block a user