diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-12 04:39:37 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-12 04:45:09 -0300 |
| commit | 1161bee242e93dd083efdd5f32d16efa67e9946e (patch) | |
| tree | 3fc64c75cd27cca2158d9d5373878144e3efeaa6 /recipes-kernel | |
| parent | 513f2afdf03f3fc01039dc0c56e9d89c9f01b762 (diff) | |
| download | meta-freescale-1161bee242e93dd083efdd5f32d16efa67e9946e.tar.gz | |
global: Strip trailing whitespace
Remove trailing whitespace across the layer's recipes. Generated
mechanically by oelint-adv's auto-fix for a single rule
(oelint.spaces.lineend), isolated to one commit so the mechanical
change is easy to review and revert.
Pure whitespace removal with no semantic effect; a re-run of
oelint-adv reports the rule clean. No build change expected.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel')
| -rw-r--r-- | recipes-kernel/kernel-modules/kernel-module-ar_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/kernel-modules/kernel-module-ar_git.bb b/recipes-kernel/kernel-modules/kernel-module-ar_git.bb index 054cb1fb9..e1065b8e8 100644 --- a/recipes-kernel/kernel-modules/kernel-module-ar_git.bb +++ b/recipes-kernel/kernel-modules/kernel-module-ar_git.bb | |||
| @@ -20,7 +20,7 @@ do_install(){ | |||
| 20 | install -d ${D}${nonarch_base_libdir}/modules/${KERNEL_VERSION} | 20 | install -d ${D}${nonarch_base_libdir}/modules/${KERNEL_VERSION} |
| 21 | install -d ${D}${bindir} | 21 | install -d ${D}${bindir} |
| 22 | install -m 644 ${B}/bin/ar.ko ${D}${nonarch_base_libdir}/modules/${KERNEL_VERSION}/ | 22 | install -m 644 ${B}/bin/ar.ko ${D}${nonarch_base_libdir}/modules/${KERNEL_VERSION}/ |
| 23 | cp -f ${S}/bin/ar_* ${D}${bindir}/ | 23 | cp -f ${S}/bin/ar_* ${D}${bindir}/ |
| 24 | } | 24 | } |
| 25 | 25 | ||
| 26 | FILES:${PN} += "${bindir}/" | 26 | FILES:${PN} += "${bindir}/" |
