diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-08-11 10:01:46 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-08-11 10:14:00 -0700 |
commit | ff9ea69ab6549b4464daad31cd5fdd8cf1610670 (patch) | |
tree | 0b813548de422c1131b6bae4c283c6dfd4d0f1bb | |
parent | ea9fd34fd1341cb9f94a4857fc12bc11a4703131 (diff) | |
download | meta-openembedded-ff9ea69ab6549b4464daad31cd5fdd8cf1610670.tar.gz |
zfs: Upgrade to 2.2.5 release
Enable linux builtins to fix zfs build
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | meta-filesystems/recipes-filesystems/zfs/zfs_2.2.5.bb (renamed from meta-filesystems/recipes-filesystems/zfs/zfs_2.2.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-filesystems/recipes-filesystems/zfs/zfs_2.2.2.bb b/meta-filesystems/recipes-filesystems/zfs/zfs_2.2.5.bb index d3ea6797e7..504fe28923 100644 --- a/meta-filesystems/recipes-filesystems/zfs/zfs_2.2.2.bb +++ b/meta-filesystems/recipes-filesystems/zfs/zfs_2.2.5.bb | |||
@@ -4,7 +4,7 @@ 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 = "494aaaed89cb9fe9f2da3b6c6f465a4bc9f6a7e1" | 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 \ |
9 | file://0001-Define-strndupa-if-it-does-not-exist.patch \ | 9 | file://0001-Define-strndupa-if-it-does-not-exist.patch \ |
10 | file://aaf28a4630af60496c9d33db1d06a7d7d8983422.patch \ | 10 | file://aaf28a4630af60496c9d33db1d06a7d7d8983422.patch \ |
@@ -35,7 +35,7 @@ EXTRA_OECONF:append = " \ | |||
35 | --with-systemdgeneratordir=${nonarch_base_libdir}/systemd/system-generators \ | 35 | --with-systemdgeneratordir=${nonarch_base_libdir}/systemd/system-generators \ |
36 | --with-systemdpresetdir=${nonarch_base_libdir}/systemd/system-preset \ | 36 | --with-systemdpresetdir=${nonarch_base_libdir}/systemd/system-preset \ |
37 | --with-systemdmodulesloaddir=${sysconfdir}/module-load.d \ | 37 | --with-systemdmodulesloaddir=${sysconfdir}/module-load.d \ |
38 | --without-dracutdir \ | 38 | --without-dracutdir --enable-linux-builtin \ |
39 | " | 39 | " |
40 | 40 | ||
41 | EXTRA_OEMAKE:append = " \ | 41 | EXTRA_OEMAKE:append = " \ |