diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2016-05-27 07:28:31 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-30 15:58:15 +0100 |
commit | f8ff1f2687a469e928e2f0895e642db851ca9a36 (patch) | |
tree | 2107e78960e5274f066b094c9ac20ec62868e5a1 | |
parent | f053b5fac3c3b48439934ce75789d2e94e84957a (diff) | |
download | poky-f8ff1f2687a469e928e2f0895e642db851ca9a36.tar.gz |
ca-certificates: Add openssl as a runtime dependency
The update-ca-certificates script uses the c_rehash utility which is
installed by openssl. Add openssl as a runtime dependency to fulfill
the utility requirement.
(From OE-Core rev: a90ba07812444ebac93cd535d11dd54994897bfd)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/ca-certificates/ca-certificates_20160104.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/ca-certificates/ca-certificates_20160104.bb b/meta/recipes-support/ca-certificates/ca-certificates_20160104.bb index 871bc2ef82..faefc78fa7 100644 --- a/meta/recipes-support/ca-certificates/ca-certificates_20160104.bb +++ b/meta/recipes-support/ca-certificates/ca-certificates_20160104.bb | |||
@@ -76,4 +76,6 @@ do_install_append_class-native () { | |||
76 | SYSROOT="${D}${base_prefix}" ${D}${sbindir}/update-ca-certificates | 76 | SYSROOT="${D}${base_prefix}" ${D}${sbindir}/update-ca-certificates |
77 | } | 77 | } |
78 | 78 | ||
79 | RDEPENDS_${PN} += "openssl" | ||
80 | |||
79 | BBCLASSEXTEND += "native nativesdk" | 81 | BBCLASSEXTEND += "native nativesdk" |