From: Chunrong Guo Date: Wed, 23 Jan 2019 07:26:58 +0000 (+0000) Subject: secure-obj:Remove redundant test command X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a589464469cfbe7049ec6fb47cf662047044e6e3;p=meta-freescale.git secure-obj:Remove redundant test command Signed-off-by: Chunrong Guo Signed-off-by: Otavio Salvador --- diff --git a/recipes-extended/secure-obj/secure-obj_git.bb b/recipes-extended/secure-obj/secure-obj_git.bb index d85d7298..6af18ff9 100644 --- a/recipes-extended/secure-obj/secure-obj_git.bb +++ b/recipes-extended/secure-obj/secure-obj_git.bb @@ -37,6 +37,7 @@ do_install() { cp ${S}/securekey_lib/out/export/app/* ${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 } FILES_${PN} += "${base_libdir}/optee_armtz ${libdir}/${ARCH}-linux-gnu/openssl-1.0.0/engines"