summaryrefslogtreecommitdiffstats
path: root/recipes-extended/secure-obj/secure-obj.inc
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2019-07-26 15:16:39 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2019-09-04 18:33:08 -0300
commitd17f1008708987b9cc75e075241e07882ad89289 (patch)
treed1d3bd50e855438b605ee321890e8252a6606269 /recipes-extended/secure-obj/secure-obj.inc
parent93190f273fe51716bf407a809f8d7592c72cdd81 (diff)
downloadmeta-freescale-d17f1008708987b9cc75e075241e07882ad89289.tar.gz
secure-obj: update recipes
*drop Python dependency in RDEPENDS *mp_verify and *_app will be install Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Diffstat (limited to 'recipes-extended/secure-obj/secure-obj.inc')
-rw-r--r--recipes-extended/secure-obj/secure-obj.inc2
1 files changed, 1 insertions, 1 deletions
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"
2LICENSE = "BSD" 2LICENSE = "BSD"
3 3
4DEPENDS = "openssl optee-os-qoriq optee-client-qoriq" 4DEPENDS = "openssl optee-os-qoriq optee-client-qoriq"
5RDEPENDS_${PN} = "bash libcrypto libssl python" 5RDEPENDS_${PN} = "bash libcrypto libssl"
6 6
7DEPENDS += "python-pycrypto-native" 7DEPENDS += "python-pycrypto-native"
8 8