From d17f1008708987b9cc75e075241e07882ad89289 Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Fri, 26 Jul 2019 15:16:39 +0800 Subject: secure-obj: update recipes *drop Python dependency in RDEPENDS *mp_verify and *_app will be install Signed-off-by: Chunrong Guo --- recipes-extended/secure-obj/secure-obj.inc | 2 +- recipes-extended/secure-obj/secure-obj_git.bb | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'recipes-extended') diff --git a/recipes-extended/secure-obj/secure-obj.inc b/recipes-extended/secure-obj/secure-obj.inc index 107e46e9..166c874a 100644 --- a/recipes-extended/secure-obj/secure-obj.inc +++ b/recipes-extended/secure-obj/secure-obj.inc @@ -2,7 +2,7 @@ DESCRIPTION = "Secure Object" LICENSE = "BSD" DEPENDS = "openssl optee-os-qoriq optee-client-qoriq" -RDEPENDS_${PN} = "bash libcrypto libssl python" +RDEPENDS_${PN} = "bash libcrypto libssl" DEPENDS += "python-pycrypto-native" diff --git a/recipes-extended/secure-obj/secure-obj_git.bb b/recipes-extended/secure-obj/secure-obj_git.bb index 6af18ff9..2d723738 100644 --- a/recipes-extended/secure-obj/secure-obj_git.bb +++ b/recipes-extended/secure-obj/secure-obj_git.bb @@ -34,7 +34,8 @@ do_install() { cp ${S}/secure_storage_ta/ta/b05bcf48-9732-4efa-a9e0-141c7c888c34.ta ${D}${base_libdir}/optee_armtz cp ${S}/securekey_lib/out/export/lib/libsecure_obj.so ${D}${libdir} cp ${S}/secure_obj-openssl-engine/libeng_secure_obj.so ${D}${libdir}/${ARCH}-linux-gnu/openssl-1.0.0/engines - cp ${S}/securekey_lib/out/export/app/* ${D}${bindir} + cp ${S}/securekey_lib/out/export/app/*_app ${D}${bindir} + cp ${S}/securekey_lib/out/export/app/mp_verify ${D}${bindir} cp ${S}/secure_obj-openssl-engine/app/sobj_eng_app ${D}${bindir} cp ${S}/securekey_lib/out/export/include/* ${D}${includedir} rm -rf ${D}${bindir}/test -- cgit v1.2.3-54-g00ecf