diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2017-02-07 00:51:48 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-15 20:06:42 -0800 |
commit | 375d35c387de58512b09986a7936568326bef635 (patch) | |
tree | e849f5ee079cde04139b680de061269ca7c1573d /meta/recipes-support/gnupg | |
parent | 3026b4cdd98daf667ca5996ed43c1fcf98cb1cfe (diff) | |
download | poky-375d35c387de58512b09986a7936568326bef635.tar.gz |
gnupg: 2.1.14 -> 2.1.18
Update LIC_FILES_CHKSUM md5 checksum, because "http" has been
changed to "https".
(From OE-Core rev: ec672ab878ca203385b3fbd764c17af6b56d8475)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gnupg')
-rw-r--r-- | meta/recipes-support/gnupg/gnupg_2.1.18.bb (renamed from meta/recipes-support/gnupg/gnupg_2.1.14.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-support/gnupg/gnupg_2.1.14.bb b/meta/recipes-support/gnupg/gnupg_2.1.18.bb index 5ea9b962e8..a0611aa007 100644 --- a/meta/recipes-support/gnupg/gnupg_2.1.14.bb +++ b/meta/recipes-support/gnupg/gnupg_2.1.18.bb | |||
@@ -1,8 +1,8 @@ | |||
1 | SUMMARY = "GNU Privacy Guard - encryption and signing tools (2.x)" | 1 | SUMMARY = "GNU Privacy Guard - encryption and signing tools (2.x)" |
2 | HOMEPAGE = "http://www.gnupg.org/" | 2 | HOMEPAGE = "http://www.gnupg.org/" |
3 | LICENSE = "GPLv3 & LGPLv3" | 3 | LICENSE = "GPLv3 & LGPLv3" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \ | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=189af8afca6d6075ba6c9e0aa8077626 \ |
5 | file://COPYING.LIB;md5=6a6a8e020838b23406c81b19c1d46df6" | 5 | file://COPYING.LIB;md5=a2b6bf2cb38ee52619e60f30a1fc7257" |
6 | 6 | ||
7 | DEPENDS = "npth libassuan libksba zlib bzip2 readline libgcrypt" | 7 | DEPENDS = "npth libassuan libksba zlib bzip2 readline libgcrypt" |
8 | 8 | ||
@@ -16,8 +16,8 @@ SRC_URI = "${GNUPG_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \ | |||
16 | file://autogen.sh-fix-find-version-for-beta-checking.patch \ | 16 | file://autogen.sh-fix-find-version-for-beta-checking.patch \ |
17 | " | 17 | " |
18 | 18 | ||
19 | SRC_URI[md5sum] = "46cf0a42ffad6c2615cafd633580b2de" | 19 | SRC_URI[md5sum] = "c67f908b0b35c7ebc62144f362757e1e" |
20 | SRC_URI[sha256sum] = "9450dee9693b6a12bf0c374dae77b66c30f69ff8f35fc9266ab8dd76998eba42" | 20 | SRC_URI[sha256sum] = "d04c6fab7e5562ce4b915b22020e34d4c1a256847690cf149842264fc7cef994" |
21 | 21 | ||
22 | EXTRA_OECONF = "--disable-ldap \ | 22 | EXTRA_OECONF = "--disable-ldap \ |
23 | --disable-ccid-driver \ | 23 | --disable-ccid-driver \ |