mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 00:49:33 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
5f6156b32c
commit
15f2cefac4
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://debian/copyright;md5=aeb420429b1659507e0a5a1b123e8308
|
||||
DEPENDS = ""
|
||||
DEPENDS_class-native = "openssl-native"
|
||||
DEPENDS_class-nativesdk = "openssl-native"
|
||||
# Need c_rehash from openssl and run-parts from debianutils
|
||||
# Need rehash from openssl and run-parts from debianutils
|
||||
PACKAGE_WRITE_DEPS += "openssl-native debianutils-native"
|
||||
|
||||
SRCREV = "c28799b138b044c963d24c4a69659b6e5486e3be"
|
||||
|
||||
Reference in New Issue
Block a user