diff options
| author | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-07-27 09:06:15 -0300 |
|---|---|---|
| committer | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-07-27 09:06:15 -0300 |
| commit | e724876cfc1e635a405dcccf3029fad6b6758077 (patch) | |
| tree | 63c249f44cbfef8621016fe1264d2c2600f77ddb /recipes-extended/skmm-ep | |
| parent | 8b51324db5a8a2b12c5308eadce3a00ea861b6ce (diff) | |
| download | meta-freescale-e724876cfc1e635a405dcccf3029fad6b6758077.tar.gz | |
skmm-ep: Order SRC_URI before PACKAGE_ARCH
oelint flagged SRC_URI placed after PACKAGE_ARCH. Move PACKAGE_ARCH
down to group it with COMPATIBLE_MACHINE at the end of the recipe,
matching the layer's machine-variable convention and keeping the
SRC_URI/SRCREV fetch group next to DEPENDS. Pure reordering, no
functional change.
Signed-off-by: Luciano Dittgen <luciano.dittgen@ossystems.com.br>
Diffstat (limited to 'recipes-extended/skmm-ep')
| -rw-r--r-- | recipes-extended/skmm-ep/skmm-ep_git.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-extended/skmm-ep/skmm-ep_git.bb b/recipes-extended/skmm-ep/skmm-ep_git.bb index f8fdf889e..42ecaf2b5 100644 --- a/recipes-extended/skmm-ep/skmm-ep_git.bb +++ b/recipes-extended/skmm-ep/skmm-ep_git.bb | |||
| @@ -7,8 +7,6 @@ LIC_FILES_CHKSUM = "file://Makefile;endline=30;md5=39e58bedc879163c9338596e52df5 | |||
| 7 | 7 | ||
| 8 | DEPENDS = "libedit openssl virtual/kernel" | 8 | DEPENDS = "libedit openssl virtual/kernel" |
| 9 | 9 | ||
| 10 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 11 | |||
| 12 | SRC_URI = "git://github.com/nxp-qoriq-yocto-sdk/skmm-ep;protocol=https;nobranch=1 \ | 10 | SRC_URI = "git://github.com/nxp-qoriq-yocto-sdk/skmm-ep;protocol=https;nobranch=1 \ |
| 13 | file://add-two-missing-header-files.patch \ | 11 | file://add-two-missing-header-files.patch \ |
| 14 | " | 12 | " |
| @@ -28,3 +26,4 @@ do_install () { | |||
| 28 | } | 26 | } |
| 29 | 27 | ||
| 30 | COMPATIBLE_MACHINE = "(p4080ds|t4240qds|c293pcie)" | 28 | COMPATIBLE_MACHINE = "(p4080ds|t4240qds|c293pcie)" |
| 29 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
