diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-08-08 18:25:01 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-11 00:08:32 +0100 |
commit | 0b0a716b243491f026cb7b15e8f546325d6fa760 (patch) | |
tree | f29ee8abadaecddd580e7e4b1f7d1ed8028d176c | |
parent | 3a2feef644abff4feff371cc7175ac270f5fb671 (diff) | |
download | openembedded-core-0b0a716b243491f026cb7b15e8f546325d6fa760.tar.gz openembedded-core-0b0a716b243491f026cb7b15e8f546325d6fa760.tar.bz2 openembedded-core-0b0a716b243491f026cb7b15e8f546325d6fa760.zip |
ca-certificates: update to 20170717
Upstream lacks a tag for this release, so make it a PR bump.
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-support/ca-certificates/ca-certificates_20161130.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-support/ca-certificates/ca-certificates_20161130.bb b/meta/recipes-support/ca-certificates/ca-certificates_20161130.bb index 42088b9899..9a80f43371 100644 --- a/meta/recipes-support/ca-certificates/ca-certificates_20161130.bb +++ b/meta/recipes-support/ca-certificates/ca-certificates_20161130.bb @@ -13,7 +13,8 @@ DEPENDS_class-native = "openssl-native" DEPENDS_class-nativesdk = "ca-certificates-native openssl-native" PACKAGE_WRITE_DEPS += "ca-certificates-native" -SRCREV = "61b70a1007dc269d56881a0d480fc841daacc77c" +SRCREV = "adc13592b55ef00450412d61a2145d162a4afb19" +PR = "r20170717" SRC_URI = "git://anonscm.debian.org/collab-maint/ca-certificates.git \ file://0002-update-ca-certificates-use-SYSROOT.patch \ |