summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 18d0963fc..4ce06d17b 100644
--- a/recipes-extended/secure-obj/secure-obj.inc
+++ b/recipes-extended/secure-obj/secure-obj.inc
@@ -2,7 +2,7 @@ DESCRIPTION = "Secure Object"
2HOMEPAGE = "https://github.com/nxp-qoriq/secure_obj" 2HOMEPAGE = "https://github.com/nxp-qoriq/secure_obj"
3LICENSE = "BSD-3-Clause" 3LICENSE = "BSD-3-Clause"
4 4
5DEPENDS = "openssl optee-os-qoriq optee-client-qoriq" 5DEPENDS = "openssl optee-client-qoriq optee-os-qoriq"
6RDEPENDS:${PN} = "bash libcrypto libssl" 6RDEPENDS:${PN} = "bash libcrypto libssl"
7 7
8DEPENDS += "python3-pycryptodomex-native" 8DEPENDS += "python3-pycryptodomex-native"