diff options
-rw-r--r-- | recipes-connectivity/openssl/openssl-qoriq_1.1.0g.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes-connectivity/openssl/openssl-qoriq_1.1.0g.bb b/recipes-connectivity/openssl/openssl-qoriq_1.1.0g.bb index c80c33ac..b0e188ae 100644 --- a/recipes-connectivity/openssl/openssl-qoriq_1.1.0g.bb +++ b/recipes-connectivity/openssl/openssl-qoriq_1.1.0g.bb | |||
@@ -10,7 +10,7 @@ DISABLE_STATIC = "" | |||
10 | LICENSE = "openssl" | 10 | LICENSE = "openssl" |
11 | LIC_FILES_CHKSUM = "file://LICENSE;md5=cae6da10f4ffd9703214776d2aabce32" | 11 | LIC_FILES_CHKSUM = "file://LICENSE;md5=cae6da10f4ffd9703214776d2aabce32" |
12 | 12 | ||
13 | DEPENDS += "cryptodev-linux" | 13 | DEPENDS += "cryptodev-linux hostperl-runtime-native" |
14 | DEPENDS_append_class-target = " openssl-native" | 14 | DEPENDS_append_class-target = " openssl-native" |
15 | 15 | ||
16 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/openssl;nobranch=1 \ | 16 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/openssl;nobranch=1 \ |
@@ -167,10 +167,8 @@ do_install_ptest() { | |||
167 | sed -i 's/$target{shared_extension_simple}/".so.ptest"/' ${D}${PTEST_PATH}/test/recipes/90-test_shlibload.t | 167 | sed -i 's/$target{shared_extension_simple}/".so.ptest"/' ${D}${PTEST_PATH}/test/recipes/90-test_shlibload.t |
168 | } | 168 | } |
169 | 169 | ||
170 | RDEPENDS_${PN}-ptest += "perl-module-file-spec-functions bash python" | 170 | RDEPENDS_${PN}-ptest += "perl-module-file-spec-functions bash" |
171 | RRECOMMENDS_libcrypto += "openssl-conf" | 171 | RRECOMMENDS_libcrypto += "openssl-conf" |
172 | RDEPENDS_${PN}-bin = "perl" | ||
173 | RDEPENDS_${PN}-misc = "perl" | ||
174 | 172 | ||
175 | FILES_${PN} =+ " ${libdir}/ssl-1.1/*" | 173 | FILES_${PN} =+ " ${libdir}/ssl-1.1/*" |
176 | 174 | ||