From c672f5749f987319f55d2b78ef1705255edfef2d Mon Sep 17 00:00:00 2001 From: Luciano Dittgen Date: Tue, 7 Jul 2026 15:51:34 -0300 Subject: 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 --- recipes-extended/secure-obj/secure-obj_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" DEPENDS:remove = " python3-pycryptodomex-native" DEPENDS:append = " python3-cryptography-native optee-os-qoriq-tadevkit" -RDEPENDS:{PN} += "secure-obj-module" +RDEPENDS:${PN} += "secure-obj-module" WRAP_TARGET_PREFIX ?= "${TARGET_PREFIX}" export SECURE_STORAGE_PATH = "${S}/secure_storage_ta/ta/" -- cgit v1.2.3-54-g00ecf