diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2016-05-23 17:45:25 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-25 07:50:17 +0100 |
commit | 0a84108e0f70da4dce24d1eae05c0d3697e0dc92 (patch) | |
tree | 43222b6108da4ae511b3b23bc799b54e750b91ec /meta/recipes-connectivity/openssl/openssl_1.0.2h.bb | |
parent | 1cdd9795dd71d212e01fc5a757e6c9d2b5a08770 (diff) | |
download | poky-0a84108e0f70da4dce24d1eae05c0d3697e0dc92.tar.gz |
openssl: Add Shell-Script based c_rehash utility
The PLD Linux distribution has ported the c_rehash[1] utility from Perl
to Shell-Script, allowing it to be shipped by default.
1. https://git.pld-linux.org/?p=packages/openssl.git;a=blob;f=openssl-c_rehash.sh;h=0ea22637ee6dbce845a9e2caf62540aaaf5d0761
The OpenSSL upstream intends[2] to convert the utility for C however
did not yet finished the conversion.
2. https://rt.openssl.org/Ticket/Display.html?id=2324
This patch adds this script and thus removed the Perl requirement for
it.
(From OE-Core rev: cb6150f1a779e356f120d5e45c91fda75789970a)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/openssl/openssl_1.0.2h.bb')
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl_1.0.2h.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_1.0.2h.bb b/meta/recipes-connectivity/openssl/openssl_1.0.2h.bb index ae65992b4e..699fe62bbf 100644 --- a/meta/recipes-connectivity/openssl/openssl_1.0.2h.bb +++ b/meta/recipes-connectivity/openssl/openssl_1.0.2h.bb | |||
@@ -13,6 +13,7 @@ export OE_LDFLAGS="${LDFLAGS}" | |||
13 | 13 | ||
14 | SRC_URI += "file://find.pl;subdir=${BP}/util/ \ | 14 | SRC_URI += "file://find.pl;subdir=${BP}/util/ \ |
15 | file://run-ptest \ | 15 | file://run-ptest \ |
16 | file://openssl-c_rehash.sh \ | ||
16 | file://configure-targets.patch \ | 17 | file://configure-targets.patch \ |
17 | file://shared-libs.patch \ | 18 | file://shared-libs.patch \ |
18 | file://oe-ldflags.patch \ | 19 | file://oe-ldflags.patch \ |