diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-12 15:55:50 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-12 15:55:50 -0300 |
| commit | 2d0bdc93bd8eb274c24d127405e54cecd0a744b6 (patch) | |
| tree | 5b9de8c9449854f5749e4f2d37413155831516f5 /recipes-kernel/kernel-modules/kernel-module-ar_git.bb | |
| parent | c2b3b1594cc2d49f16c5713504327ef14768b2ea (diff) | |
| download | meta-freescale-oelint-cleanup-2-homepage-section.tar.gz | |
global: Use single space around variable assignmentsoelint-cleanup-2-homepage-section
meta-freescale used columnar alignment (multiple spaces padding the
variable name out to a common column) for tables of assignments such as
the fsl-eula-unpack MD5 sums and PACKAGECONFIG[...] entries. The Yocto
Recipe Style Guide and oelint-adv (oelint.vars.spacesassignment) call for
a single space around the assignment operator.
Collapse the padding to a single space on every flagged assignment. The
change is purely whitespace around the operator: variable names, operators
and values (including whitespace inside quoted values) are untouched, as
confirmed by an empty 'git diff -w'.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel/kernel-modules/kernel-module-ar_git.bb')
| -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 f338c4877..452fb4862 100644 --- a/recipes-kernel/kernel-modules/kernel-module-ar_git.bb +++ b/recipes-kernel/kernel-modules/kernel-module-ar_git.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b5881ecf398da8a03a3f4c501e29d287" | |||
| 6 | inherit module | 6 | inherit module |
| 7 | 7 | ||
| 8 | SRC_URI = "git://github.com/nxp-qoriq-yocto-sdk/auto-resp;branch=nxp/sdk-v2.0.x;protocol=https" | 8 | SRC_URI = "git://github.com/nxp-qoriq-yocto-sdk/auto-resp;branch=nxp/sdk-v2.0.x;protocol=https" |
| 9 | SRCREV = "9a74743167dcfcfbca5056eedbff9a52337c9712" | 9 | SRCREV = "9a74743167dcfcfbca5056eedbff9a52337c9712" |
| 10 | 10 | ||
| 11 | EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX} SYSROOT=${STAGING_DIR_TARGET}" | 11 | EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX} SYSROOT=${STAGING_DIR_TARGET}" |
| 12 | export KERNEL_PATH | 12 | export KERNEL_PATH |
