diff options
| author | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-07-07 15:51:34 -0300 |
|---|---|---|
| committer | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-07-07 15:51:34 -0300 |
| commit | c672f5749f987319f55d2b78ef1705255edfef2d (patch) | |
| tree | 508ae6e600032d4520af881b687585184aa61db4 /recipes-extended/secure-obj | |
| parent | 9dd5a0ddbb7a6b5ecc38e286a02b33ea048ba477 (diff) | |
| download | meta-freescale-c672f5749f987319f55d2b78ef1705255edfef2d.tar.gz | |
secure-obj: Fix PN runtime dependency override
Use the ${PN} override form so the runtime dependency is applied to the
package named by PN instead of a malformed override.
Tested with: git diff --check.
Signed-off-by: Luciano Dittgen <luciano.dittgen@ossystems.com.br>
Diffstat (limited to 'recipes-extended/secure-obj')
| -rw-r--r-- | recipes-extended/secure-obj/secure-obj_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/secure-obj/secure-obj_git.bb b/recipes-extended/secure-obj/secure-obj_git.bb index 4d197f57c..826868442 100644 --- a/recipes-extended/secure-obj/secure-obj_git.bb +++ b/recipes-extended/secure-obj/secure-obj_git.bb | |||
| @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe" | |||
| 4 | 4 | ||
| 5 | DEPENDS:remove = " python3-pycryptodomex-native" | 5 | DEPENDS:remove = " python3-pycryptodomex-native" |
| 6 | DEPENDS:append = " python3-cryptography-native optee-os-qoriq-tadevkit" | 6 | DEPENDS:append = " python3-cryptography-native optee-os-qoriq-tadevkit" |
| 7 | RDEPENDS:{PN} += "secure-obj-module" | 7 | RDEPENDS:${PN} += "secure-obj-module" |
| 8 | 8 | ||
| 9 | WRAP_TARGET_PREFIX ?= "${TARGET_PREFIX}" | 9 | WRAP_TARGET_PREFIX ?= "${TARGET_PREFIX}" |
| 10 | export SECURE_STORAGE_PATH = "${S}/secure_storage_ta/ta/" | 10 | export SECURE_STORAGE_PATH = "${S}/secure_storage_ta/ta/" |
