diff options
3 files changed, 3 insertions, 3 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 |
diff --git a/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb b/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb index 2d9eab1dd5..1f8357db00 100644 --- a/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb +++ b/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb | |||
| @@ -6,7 +6,7 @@ DESCRIPTION = "SMBNetFS is a Linux/FreeBSD filesystem that allow you to use \ | |||
| 6 | 6 | ||
| 7 | LICENSE = "GPL-2.0-only" | 7 | LICENSE = "GPL-2.0-only" |
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" |
| 9 | HOMEPAGE ="http://sourceforge.net/projects/smbnetfs" | 9 | HOMEPAGE = "http://sourceforge.net/projects/smbnetfs" |
| 10 | 10 | ||
| 11 | DEPENDS = "fuse samba" | 11 | DEPENDS = "fuse samba" |
| 12 | DEPENDS:append:libc-musl = " libexecinfo" | 12 | DEPENDS:append:libc-musl = " libexecinfo" |
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 \ |
