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/recipes-extended/wget/wget.inc | |
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/recipes-extended/wget/wget.inc')
-rw-r--r-- | meta/recipes-extended/wget/wget.inc | 2 |
1 files changed, 1 insertions, 1 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 |