diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-10-11 11:40:51 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-14 11:48:46 +0100 |
commit | 0fbfcdf9801ea9f069b2e817796db12477bf5786 (patch) | |
tree | dabef16094295d8025eac596814e48a15e030525 /meta | |
parent | 90a03db51bbcdccd57d37548d811d45527b92e6f (diff) | |
download | poky-0fbfcdf9801ea9f069b2e817796db12477bf5786.tar.gz |
wget: update 1.21.1 -> 1.21.2
(From OE-Core rev: 3c57a4b0d3d2886c2e4f96d4f24a7b86bf04cfd7)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/wget/wget.inc | 2 | ||||
-rw-r--r-- | meta/recipes-extended/wget/wget_1.21.2.bb (renamed from meta/recipes-extended/wget/wget_1.21.1.bb) | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc index cd7290be57..2491199f18 100644 --- a/meta/recipes-extended/wget/wget.inc +++ b/meta/recipes-extended/wget/wget.inc | |||
@@ -11,6 +11,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c678957b0c8e964aa6c70fd77641a71e" | |||
11 | 11 | ||
12 | inherit autotools gettext texinfo update-alternatives pkgconfig | 12 | inherit autotools gettext texinfo update-alternatives pkgconfig |
13 | 13 | ||
14 | DEPENDS += "autoconf-archive" | ||
15 | |||
14 | EXTRA_OECONF = "--without-libgnutls-prefix --without-libssl-prefix \ | 16 | EXTRA_OECONF = "--without-libgnutls-prefix --without-libssl-prefix \ |
15 | --disable-rpath" | 17 | --disable-rpath" |
16 | 18 | ||
diff --git a/meta/recipes-extended/wget/wget_1.21.1.bb b/meta/recipes-extended/wget/wget_1.21.2.bb index 21385bbfb2..90f3eb104d 100644 --- a/meta/recipes-extended/wget/wget_1.21.1.bb +++ b/meta/recipes-extended/wget/wget_1.21.2.bb | |||
@@ -2,6 +2,6 @@ SRC_URI = "${GNU_MIRROR}/wget/wget-${PV}.tar.gz \ | |||
2 | file://0002-improve-reproducibility.patch \ | 2 | file://0002-improve-reproducibility.patch \ |
3 | " | 3 | " |
4 | 4 | ||
5 | SRC_URI[sha256sum] = "59ba0bdade9ad135eda581ae4e59a7a9f25e3a4bde6a5419632b31906120e26e" | 5 | SRC_URI[sha256sum] = "e6d4c76be82c676dd7e8c61a29b2ac8510ae108a810b5d1d18fc9a1d2c9a2497" |
6 | 6 | ||
7 | require wget.inc | 7 | require wget.inc |