diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-12 16:55:34 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-12 16:55:34 -0300 |
| commit | 4988b6910d94808737414c1e40c78193e8270300 (patch) | |
| tree | f6b189102260095703e4446464fcd81c8257980c /recipes-kernel | |
| parent | 28af0c3a04f50592ba422bc1e96bf0a25fd615d7 (diff) | |
| download | meta-freescale-4988b6910d94808737414c1e40c78193e8270300.tar.gz | |
linux-imx-headers: Sort DEPENDS and drop double blank line
Order DEPENDS alphabetically (oelint.vars.dependsordered) and remove a
consecutive blank line (oelint.newline.consecutive). No functional change.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel')
| -rw-r--r-- | recipes-kernel/linux/linux-imx-headers_6.18.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-imx-headers_6.18.bb b/recipes-kernel/linux/linux-imx-headers_6.18.bb index 9a2676003..4e4c986b1 100644 --- a/recipes-kernel/linux/linux-imx-headers_6.18.bb +++ b/recipes-kernel/linux/linux-imx-headers_6.18.bb | |||
| @@ -17,7 +17,6 @@ LOCALVERSION = "-lts-${SRCBRANCH}" | |||
| 17 | KBRANCH = "${SRCBRANCH}" | 17 | KBRANCH = "${SRCBRANCH}" |
| 18 | SRCREV = "f49f45233f7b10006ce7e9c826ee882bb14ac8b5" | 18 | SRCREV = "f49f45233f7b10006ce7e9c826ee882bb14ac8b5" |
| 19 | 19 | ||
| 20 | |||
| 21 | do_configure[noexec] = "1" | 20 | do_configure[noexec] = "1" |
| 22 | 21 | ||
| 23 | do_compile[noexec] = "1" | 22 | do_compile[noexec] = "1" |
| @@ -81,7 +80,7 @@ do_install() { | |||
| 81 | ALLOW_EMPTY:${PN} = "1" | 80 | ALLOW_EMPTY:${PN} = "1" |
| 82 | 81 | ||
| 83 | INHIBIT_DEFAULT_DEPS = "1" | 82 | INHIBIT_DEFAULT_DEPS = "1" |
| 84 | DEPENDS += "unifdef-native bison-native rsync-native" | 83 | DEPENDS += "bison-native rsync-native unifdef-native" |
| 85 | 84 | ||
| 86 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | 85 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" |
| 87 | 86 | ||
