summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2019-03-19 13:36:50 -0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-03-19 23:50:41 +0000
commit15f2cefac48f0e1d8f0e921b858df2355da5bbcd (patch)
treee8649ab78c845a0ef25dfc3fb95261e70d6f6060 /meta/recipes-support
parent5f6156b32c9d17bdb06d67199373433b0e470cc7 (diff)
downloadpoky-15f2cefac48f0e1d8f0e921b858df2355da5bbcd.tar.gz
openssl: Remove the c_rehash shell re-implementation
We had a c_rehash shell re-implementation being used for the native package however the ca-certificates now uses the openssl rehash internal application so there is no use for the c_rehash anymore. (From OE-Core rev: 672b076158247f823a518b7c33b50c82272d6388) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/ca-certificates/ca-certificates_20190110.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/ca-certificates/ca-certificates_20190110.bb b/meta/recipes-support/ca-certificates/ca-certificates_20190110.bb
index b9f57900c8..4c0425302f 100644
--- a/meta/recipes-support/ca-certificates/ca-certificates_20190110.bb
+++ b/meta/recipes-support/ca-certificates/ca-certificates_20190110.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://debian/copyright;md5=aeb420429b1659507e0a5a1b123e8308
11DEPENDS = "" 11DEPENDS = ""
12DEPENDS_class-native = "openssl-native" 12DEPENDS_class-native = "openssl-native"
13DEPENDS_class-nativesdk = "openssl-native" 13DEPENDS_class-nativesdk = "openssl-native"
14# Need c_rehash from openssl and run-parts from debianutils 14# Need rehash from openssl and run-parts from debianutils
15PACKAGE_WRITE_DEPS += "openssl-native debianutils-native" 15PACKAGE_WRITE_DEPS += "openssl-native debianutils-native"
16 16
17SRCREV = "c28799b138b044c963d24c4a69659b6e5486e3be" 17SRCREV = "c28799b138b044c963d24c4a69659b6e5486e3be"