]> code.ossystems Code Review - meta-freescale.git/commitdiff
openssl-qoriq: update recipes
authorChunrong Guo <chunrong.guo@nxp.com>
Fri, 26 Jul 2019 07:21:41 +0000 (15:21 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 4 Sep 2019 21:33:08 +0000 (18:33 -0300)
*fix missing dependency on hostperl-runtime-native
*drop Python dependency in ptest

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
recipes-connectivity/openssl/openssl-qoriq_1.1.0g.bb

index c80c33ac33202ec1e356ee3027093130e08d2af6..b0e188ae33593e630ebe2f1153d3d3094252f8c4 100644 (file)
@@ -10,7 +10,7 @@ DISABLE_STATIC = ""
 LICENSE = "openssl"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=cae6da10f4ffd9703214776d2aabce32"
 
-DEPENDS += "cryptodev-linux"
+DEPENDS += "cryptodev-linux hostperl-runtime-native"
 DEPENDS_append_class-target = " openssl-native"
 
 SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/openssl;nobranch=1 \
@@ -167,10 +167,8 @@ do_install_ptest() {
         sed -i 's/$target{shared_extension_simple}/".so.ptest"/' ${D}${PTEST_PATH}/test/recipes/90-test_shlibload.t
 }
 
-RDEPENDS_${PN}-ptest += "perl-module-file-spec-functions bash python"
+RDEPENDS_${PN}-ptest += "perl-module-file-spec-functions bash"
 RRECOMMENDS_libcrypto += "openssl-conf"
-RDEPENDS_${PN}-bin = "perl"
-RDEPENDS_${PN}-misc = "perl"
 
 FILES_${PN} =+ " ${libdir}/ssl-1.1/*"