From patchwork Mon Aug 12 03:32:56 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [13/14] secure-obj: update recipes From: "C.R. Guo" X-Patchwork-Id: 163882 Message-Id: <1565580734-3030-13-git-send-email-chunrong.guo@nxp.com> To: "meta-freescale@yoctoproject.org" Cc: "C.r. Guo" Date: Mon, 12 Aug 2019 03:32:56 +0000 From: Chunrong Guo *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(-) diff --git a/recipes-extended/secure-obj/secure-obj.inc b/recipes-extended/secure-obj/secure-obj.inc index 107e46e..166c874 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 6af18ff..2d72373 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