diff options
Diffstat (limited to 'recipes-extended/secure-obj')
-rw-r--r-- | recipes-extended/secure-obj/secure-obj-module_git.bb | 2 | ||||
-rw-r--r-- | recipes-extended/secure-obj/secure-obj_git.bb | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/recipes-extended/secure-obj/secure-obj-module_git.bb b/recipes-extended/secure-obj/secure-obj-module_git.bb index 1e5709b6d..c6bbc41df 100644 --- a/recipes-extended/secure-obj/secure-obj-module_git.bb +++ b/recipes-extended/secure-obj/secure-obj-module_git.bb | |||
@@ -6,6 +6,6 @@ DEPENDS += "virtual/kernel" | |||
6 | 6 | ||
7 | inherit module | 7 | inherit module |
8 | 8 | ||
9 | S = "${WORKDIR}/git/securekeydev" | 9 | S = "${UNPACKDIR}/${BP}/securekeydev" |
10 | 10 | ||
11 | EXTRA_OEMAKE += 'KERNEL_SRC="${STAGING_KERNEL_DIR}"' | 11 | EXTRA_OEMAKE += 'KERNEL_SRC="${STAGING_KERNEL_DIR}"' |
diff --git a/recipes-extended/secure-obj/secure-obj_git.bb b/recipes-extended/secure-obj/secure-obj_git.bb index 64f59f474..4d197f57c 100644 --- a/recipes-extended/secure-obj/secure-obj_git.bb +++ b/recipes-extended/secure-obj/secure-obj_git.bb | |||
@@ -2,8 +2,6 @@ require secure-obj.inc | |||
2 | 2 | ||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe" |
4 | 4 | ||
5 | S = "${WORKDIR}/git" | ||
6 | |||
7 | DEPENDS:remove = " python3-pycryptodomex-native" | 5 | DEPENDS:remove = " python3-pycryptodomex-native" |
8 | DEPENDS:append = " python3-cryptography-native optee-os-qoriq-tadevkit" | 6 | DEPENDS:append = " python3-cryptography-native optee-os-qoriq-tadevkit" |
9 | RDEPENDS:{PN} += "secure-obj-module" | 7 | RDEPENDS:{PN} += "secure-obj-module" |