diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2018-02-02 10:16:10 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-06 11:06:28 +0000 |
commit | aa5d5a50c68ee6a9e715f0c8bfc708fa38fd28b7 (patch) | |
tree | 23ba2410c1b54b936bf1edd716c0163e4e0d25ce /meta | |
parent | 85ddc66f3d5fecdfa8f95a68474cf33f5db0c795 (diff) | |
download | poky-aa5d5a50c68ee6a9e715f0c8bfc708fa38fd28b7.tar.gz |
wget: update to 1.19.4
Update LIC_FILES_CHKSUM since replacing HTTP urls with HTTPS in COPYING
(From OE-Core rev: 10541373edb7117678fe2163e46b3eac987cc7e5)
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.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.19.4.bb (renamed from meta/recipes-extended/wget/wget_1.19.2.bb) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc index e374e6d8ab..3cff656a68 100644 --- a/meta/recipes-extended/wget/wget.inc +++ b/meta/recipes-extended/wget/wget.inc | |||
@@ -2,7 +2,7 @@ SUMMARY = "Console URL download utility supporting HTTP, FTP, etc" | |||
2 | HOMEPAGE = "https://www.gnu.org/software/wget/" | 2 | HOMEPAGE = "https://www.gnu.org/software/wget/" |
3 | SECTION = "console/network" | 3 | SECTION = "console/network" |
4 | LICENSE = "GPLv3" | 4 | LICENSE = "GPLv3" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=c678957b0c8e964aa6c70fd77641a71e" |
6 | DEPENDS = "gnutls zlib libpcre" | 6 | DEPENDS = "gnutls zlib libpcre" |
7 | 7 | ||
8 | inherit autotools gettext texinfo update-alternatives pkgconfig | 8 | inherit autotools gettext texinfo update-alternatives pkgconfig |
diff --git a/meta/recipes-extended/wget/wget_1.19.2.bb b/meta/recipes-extended/wget/wget_1.19.4.bb index c216ea8e64..fb7cce5a20 100644 --- a/meta/recipes-extended/wget/wget_1.19.2.bb +++ b/meta/recipes-extended/wget/wget_1.19.4.bb | |||
@@ -3,7 +3,7 @@ SRC_URI = "${GNU_MIRROR}/wget/wget-${PV}.tar.gz \ | |||
3 | file://0002-improve-reproducibility.patch \ | 3 | file://0002-improve-reproducibility.patch \ |
4 | " | 4 | " |
5 | 5 | ||
6 | SRC_URI[md5sum] = "caabf9727fa429626316619a6369fffa" | 6 | SRC_URI[md5sum] = "a2a2c1dc4ac5003fc25a8e60b4a9464e" |
7 | SRC_URI[sha256sum] = "4f4a673b6d466efa50fbfba796bd84a46ae24e370fa562ede5b21ab53c11a920" | 7 | SRC_URI[sha256sum] = "93fb96b0f48a20ff5be0d9d9d3c4a986b469cb853131f9d5fe4cc9cecbc8b5b5" |
8 | 8 | ||
9 | require wget.inc | 9 | require wget.inc |