diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2018-08-28 12:23:17 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-04 11:03:31 +0100 |
commit | 87acc51a7892524a22640bf9eba46c11701365d6 (patch) | |
tree | c9b7bcc7a6f30844a557677724f27473941160db | |
parent | e7ac137bfc59bc67e17d5372b59d20bdbfcc2550 (diff) | |
download | openembedded-core-87acc51a7892524a22640bf9eba46c11701365d6.tar.gz openembedded-core-87acc51a7892524a22640bf9eba46c11701365d6.tar.bz2 openembedded-core-87acc51a7892524a22640bf9eba46c11701365d6.zip |
ca-certificates: update to 20180409
License-Update: URI fix
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/ca-certificates/ca-certificates_20180409.bb (renamed from meta/recipes-support/ca-certificates/ca-certificates_20170717.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/ca-certificates/ca-certificates_20170717.bb b/meta/recipes-support/ca-certificates/ca-certificates_20180409.bb index 24d3a6e4d3..0d57083c52 100644 --- a/meta/recipes-support/ca-certificates/ca-certificates_20170717.bb +++ b/meta/recipes-support/ca-certificates/ca-certificates_20180409.bb @@ -5,7 +5,7 @@ This derived from Debian's CA Certificates." HOMEPAGE = "http://packages.debian.org/sid/ca-certificates" SECTION = "misc" LICENSE = "GPL-2.0+ & MPL-2.0" -LIC_FILES_CHKSUM = "file://debian/copyright;md5=e7358b9541ccf3029e9705ed8de57968" +LIC_FILES_CHKSUM = "file://debian/copyright;md5=aeb420429b1659507e0a5a1b123e8308" # This is needed to ensure we can run the postinst at image creation time DEPENDS = "" @@ -14,7 +14,7 @@ DEPENDS_class-nativesdk = "openssl-native" # Need c_rehash from openssl and run-parts from debianutils PACKAGE_WRITE_DEPS += "openssl-native debianutils-native" -SRCREV = "34b8e19e541b8af4076616b2e170c7a70cdaded0" +SRCREV = "dbbd11e56af93bb79f21d0ee6059a901f83f70a5" SRC_URI = "git://salsa.debian.org/debian/ca-certificates.git;protocol=https \ file://0002-update-ca-certificates-use-SYSROOT.patch \ |