diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-12 06:05:51 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-12 06:05:51 -0300 |
| commit | c2b3b1594cc2d49f16c5713504327ef14768b2ea (patch) | |
| tree | c91dc794acee20cc8e27a666542ae76e991f31d5 /recipes-extended/secure-obj/secure-obj_git.bb | |
| parent | 4298f9b9965105df213e038ac2a88e612f869fc8 (diff) | |
| download | meta-freescale-c2b3b1594cc2d49f16c5713504327ef14768b2ea.tar.gz | |
global: Move shared HOMEPAGE into include files
Where several versioned recipes share an .inc that already carries the
common metadata (SUMMARY/DESCRIPTION/LICENSE), set HOMEPAGE there once
instead of duplicating it in each .bb: imx-secure-enclave, secure-obj,
qoriq-atf, and u-boot-fslc-common. Removes nine duplicate assignments;
oelint-adv still resolves HOMEPAGE for every consumer via the include.
Recipes whose include carries no metadata (imx-mkimage) or is shared by
different upstreams (linux-imx.inc, used by both linux-fslc and
linux-imx) keep HOMEPAGE in the .bb.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-extended/secure-obj/secure-obj_git.bb')
| -rw-r--r-- | recipes-extended/secure-obj/secure-obj_git.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-extended/secure-obj/secure-obj_git.bb b/recipes-extended/secure-obj/secure-obj_git.bb index 190042a83..d0c513ba5 100644 --- a/recipes-extended/secure-obj/secure-obj_git.bb +++ b/recipes-extended/secure-obj/secure-obj_git.bb | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | require secure-obj.inc | 1 | require secure-obj.inc |
| 2 | HOMEPAGE = "https://github.com/nxp-qoriq/secure_obj" | ||
| 3 | 2 | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe" |
| 5 | 4 | ||
