Skip to content

Commit

Permalink
openssl: add override to install c_rehash utility
Browse files Browse the repository at this point in the history
To be able to populate our trusted certificate store we have to utilize the c_rehash
utility to create proper symlinks for them.

Open-webOS-DCO-1.0-Signed-off-by: Simon Busch <morphis@gravedo.de>
  • Loading branch information
morphis authored and Keith Derrick committed Feb 3, 2013
1 parent 4f34e96 commit 1f68996
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions recipes-connectivity/openssl/openssl_1.0.0j.bbappend
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
PRINC := "${@int(PRINC) + 1}"

# Perl is needed for the c_rehash script
RDEPENDS_${PN} += "perl"

do_install_append() {
# The c_rehash utility isn't installed by the normal installation process and instead
# of modifying the base recipe we're installing it here for our own purpose.
install -m 0755 ${S}/tools/c_rehash ${D}${bindir}
}

0 comments on commit 1f68996

Please sign in to comment.