diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-01-12 15:20:28 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-15 11:54:52 +0000 |
commit | d83dfe6f2c49ea74ebb65a2a49a57b3feec68834 (patch) | |
tree | 96798be3ddf8931b1ef088cb931e0ffaefcc6df7 /meta | |
parent | 44405606903be5bd58a8c7b90d40346a5f9e7345 (diff) | |
download | poky-d83dfe6f2c49ea74ebb65a2a49a57b3feec68834.tar.gz |
ca-certificates: update to 20160104
LICENSE checksum changed due to an updated file listing in debian/copyright
(From OE-Core rev: 1b9e9e5086998fdd0ef92e300148234cd99c5f42)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/ca-certificates/ca-certificates_20160104.bb (renamed from meta/recipes-support/ca-certificates/ca-certificates_20150426.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-support/ca-certificates/ca-certificates_20150426.bb b/meta/recipes-support/ca-certificates/ca-certificates_20160104.bb index 716e3dfca5..4266926033 100644 --- a/meta/recipes-support/ca-certificates/ca-certificates_20150426.bb +++ b/meta/recipes-support/ca-certificates/ca-certificates_20160104.bb | |||
@@ -5,14 +5,13 @@ This derived from Debian's CA Certificates." | |||
5 | HOMEPAGE = "http://packages.debian.org/sid/ca-certificates" | 5 | HOMEPAGE = "http://packages.debian.org/sid/ca-certificates" |
6 | SECTION = "misc" | 6 | SECTION = "misc" |
7 | LICENSE = "GPL-2.0+ & MPL-2.0" | 7 | LICENSE = "GPL-2.0+ & MPL-2.0" |
8 | LIC_FILES_CHKSUM = "file://debian/copyright;md5=48d2baf97986999e776b43c8dd9e0c5a" | 8 | LIC_FILES_CHKSUM = "file://debian/copyright;md5=e7358b9541ccf3029e9705ed8de57968" |
9 | 9 | ||
10 | # This is needed to ensure we can run the postinst at image creation time | 10 | # This is needed to ensure we can run the postinst at image creation time |
11 | DEPENDS = "ca-certificates-native" | 11 | DEPENDS = "ca-certificates-native" |
12 | DEPENDS_class-native = "" | 12 | DEPENDS_class-native = "" |
13 | 13 | ||
14 | # tag: debian/20150426 + 2 | 14 | SRCREV = "f54715702c5c0581c9461f78fd84e2c8d2ec243c" |
15 | SRCREV = "d4790d2832aaac9152f450e06661511067592227" | ||
16 | 15 | ||
17 | SRC_URI = "git://anonscm.debian.org/collab-maint/ca-certificates.git \ | 16 | SRC_URI = "git://anonscm.debian.org/collab-maint/ca-certificates.git \ |
18 | file://0001-update-ca-certificates-remove-c-rehash.patch \ | 17 | file://0001-update-ca-certificates-remove-c-rehash.patch \ |