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/recipes-filesystems/zfs | |
| 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/recipes-filesystems/zfs')
| -rw-r--r-- | meta-filesystems/recipes-filesystems/zfs/zfs_2.2.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-filesystems/recipes-filesystems/zfs/zfs_2.2.5.bb b/meta-filesystems/recipes-filesystems/zfs/zfs_2.2.5.bb index b24774311d..6fa9104236 100644 --- a/meta-filesystems/recipes-filesystems/zfs/zfs_2.2.5.bb +++ b/meta-filesystems/recipes-filesystems/zfs/zfs_2.2.5.bb | |||
| @@ -2,7 +2,7 @@ SUMMARY = "OpenZFS on Linux and FreeBSD" | |||
| 2 | DESCRIPTION = "OpenZFS on Linux and FreeBSD" | 2 | DESCRIPTION = "OpenZFS on Linux and FreeBSD" |
| 3 | LICENSE = "CDDL-1.0" | 3 | LICENSE = "CDDL-1.0" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7087caaf1dc8a2856585619f4a787faa" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7087caaf1dc8a2856585619f4a787faa" |
| 5 | HOMEPAGE ="https://github.com/openzfs/zfs" | 5 | HOMEPAGE = "https://github.com/openzfs/zfs" |
| 6 | 6 | ||
| 7 | SRCREV = "33174af15112ed5c53299da2d28e763b0163f428" | 7 | SRCREV = "33174af15112ed5c53299da2d28e763b0163f428" |
| 8 | SRC_URI = "git://github.com/openzfs/zfs;protocol=https;branch=zfs-2.2-release \ | 8 | SRC_URI = "git://github.com/openzfs/zfs;protocol=https;branch=zfs-2.2-release \ |
