diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-07-26 15:16:39 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-09-04 18:33:08 -0300 |
commit | d17f1008708987b9cc75e075241e07882ad89289 (patch) | |
tree | d1d3bd50e855438b605ee321890e8252a6606269 /recipes-extended/secure-obj/secure-obj.inc | |
parent | 93190f273fe51716bf407a809f8d7592c72cdd81 (diff) | |
download | meta-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.inc | 2 |
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" | |||
2 | LICENSE = "BSD" | 2 | LICENSE = "BSD" |
3 | 3 | ||
4 | DEPENDS = "openssl optee-os-qoriq optee-client-qoriq" | 4 | DEPENDS = "openssl optee-os-qoriq optee-client-qoriq" |
5 | RDEPENDS_${PN} = "bash libcrypto libssl python" | 5 | RDEPENDS_${PN} = "bash libcrypto libssl" |
6 | 6 | ||
7 | DEPENDS += "python-pycrypto-native" | 7 | DEPENDS += "python-pycrypto-native" |
8 | 8 | ||