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-multimedia/alsa | |
| parent | c2b3b1594cc2d49f16c5713504327ef14768b2ea (diff) | |
| download | meta-freescale-2d0bdc93bd8eb274c24d127405e54cecd0a744b6.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-multimedia/alsa')
| -rw-r--r-- | recipes-multimedia/alsa/imx-alsa-plugins_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-multimedia/alsa/imx-alsa-plugins_git.bb b/recipes-multimedia/alsa/imx-alsa-plugins_git.bb index 7a27c90db..fced1cb66 100644 --- a/recipes-multimedia/alsa/imx-alsa-plugins_git.bb +++ b/recipes-multimedia/alsa/imx-alsa-plugins_git.bb | |||
| @@ -28,7 +28,7 @@ SRCREV = "18eb79b6cf13fb988de7d4eef5b22eb60f8e2533" | |||
| 28 | CFLAGS:append = " -I${STAGING_INCDIR_IMX}" | 28 | CFLAGS:append = " -I${STAGING_INCDIR_IMX}" |
| 29 | 29 | ||
| 30 | PACKAGECONFIG ??= "${PACKAGECONFIG_SWPDM}" | 30 | PACKAGECONFIG ??= "${PACKAGECONFIG_SWPDM}" |
| 31 | PACKAGECONFIG_SWPDM = "" | 31 | PACKAGECONFIG_SWPDM = "" |
| 32 | PACKAGECONFIG_SWPDM:mx8-nxp-bsp = "swpdm" | 32 | PACKAGECONFIG_SWPDM:mx8-nxp-bsp = "swpdm" |
| 33 | 33 | ||
| 34 | PACKAGECONFIG[swpdm] = "--enable-swpdm,--disable-swpdm,imx-sw-pdm" | 34 | PACKAGECONFIG[swpdm] = "--enable-swpdm,--disable-swpdm,imx-sw-pdm" |
