diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2025-04-02 18:19:28 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-04-02 09:49:30 -0700 |
| commit | 31519530f3084977294eff54ff42556c05b49fd6 (patch) | |
| tree | 1b4398105502afbf6b0d407f7b2e72bacc4606a7 /meta-filesystems/dynamic-layers/meta-python/recipes-support | |
| parent | 8e1979dfa3ba87ec1f233c493a5c92e9ebd9219d (diff) | |
| download | meta-openembedded-31519530f3084977294eff54ff42556c05b49fd6.tar.gz | |
gpiod-sysfs-proxy, smbnetfs, zfs: add whitespace around assignments
With:
https://lists.openembedded.org/g/bitbake-devel/message/17508
there are WARNINGs like:
WARNING: meta-oe/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb: meta-oe/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb:9 has a lack of whitespace around the assignment: 'HOMEPAGE ="http://sourceforge.net/projects/smbnetfs"'
WARNING: meta-oe/meta-filesystems/recipes-filesystems/zfs/zfs_2.2.5.bb: meta-oe/meta-filesystems/recipes-filesystems/zfs/zfs_2.2.5.bb:5 has a lack of whitespace around the assignment: 'HOMEPAGE ="https://github.com/openzfs/zfs"'
WARNING: meta-oe/meta-filesystems/dynamic-layers/meta-python/recipes-support/gpiod-sysfs-proxy/gpiod-sysfs-proxy_0.1.2.bb: meta-oe/meta-filesystems/dynamic-layers/meta-python/recipes-support/gpiod-sysfs-proxy/gpiod-sysfs-proxy_0.1.2.bb:27 has a lack of whitespace around the assignment: 'export MOUNTPOINT="${@bb.utils.contains('PACKAGECONFIG', 'sys-class-mount', '/sys/class/gpio', '/run/gpio', d)}"'
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-filesystems/dynamic-layers/meta-python/recipes-support')
| -rw-r--r-- | meta-filesystems/dynamic-layers/meta-python/recipes-support/gpiod-sysfs-proxy/gpiod-sysfs-proxy_0.1.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-filesystems/dynamic-layers/meta-python/recipes-support/gpiod-sysfs-proxy/gpiod-sysfs-proxy_0.1.2.bb b/meta-filesystems/dynamic-layers/meta-python/recipes-support/gpiod-sysfs-proxy/gpiod-sysfs-proxy_0.1.2.bb index 07208d1b77..3e68a52b09 100644 --- a/meta-filesystems/dynamic-layers/meta-python/recipes-support/gpiod-sysfs-proxy/gpiod-sysfs-proxy_0.1.2.bb +++ b/meta-filesystems/dynamic-layers/meta-python/recipes-support/gpiod-sysfs-proxy/gpiod-sysfs-proxy_0.1.2.bb | |||
| @@ -24,7 +24,7 @@ SRC_URI[sha256sum] = "4bdd4b8a7042f63a40507ae0f16b360011e67cbb2f0276289636487a54 | |||
| 24 | # non-standard behavior so make sure the user actually wants it. | 24 | # non-standard behavior so make sure the user actually wants it. |
| 25 | PACKAGECONFIG[sys-class-mount] = "" | 25 | PACKAGECONFIG[sys-class-mount] = "" |
| 26 | 26 | ||
| 27 | export MOUNTPOINT="${@bb.utils.contains('PACKAGECONFIG', 'sys-class-mount', '/sys/class/gpio', '/run/gpio', d)}" | 27 | export MOUNTPOINT = "${@bb.utils.contains('PACKAGECONFIG', 'sys-class-mount', '/sys/class/gpio', '/run/gpio', d)}" |
| 28 | 28 | ||
| 29 | do_install:append() { | 29 | do_install:append() { |
| 30 | if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then | 30 | if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then |
