summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-07-13 23:07:14 -0700
committerKhem Raj <raj.khem@gmail.com>2023-07-15 23:43:27 -0700
commit7218ccd0d14feac96f1894a9074ea6e7ee0a01f8 (patch)
treefe16c99ceffa125f48db66e6da07e20d481929bc
parent62cafd91769e263e39696f0b054613d28b3a79c9 (diff)
downloadmeta-openembedded-7218ccd0d14feac96f1894a9074ea6e7ee0a01f8.tar.gz
zfs: Update to 2.2.0 rc1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-filesystems/recipes-filesystems/zfs/zfs/aaf28a4630af60496c9d33db1d06a7d7d8983422.patch11
-rw-r--r--meta-filesystems/recipes-filesystems/zfs/zfs_2.2.0.bb (renamed from meta-filesystems/recipes-filesystems/zfs/zfs_2.1.11.bb)4
2 files changed, 2 insertions, 13 deletions
diff --git a/meta-filesystems/recipes-filesystems/zfs/zfs/aaf28a4630af60496c9d33db1d06a7d7d8983422.patch b/meta-filesystems/recipes-filesystems/zfs/zfs/aaf28a4630af60496c9d33db1d06a7d7d8983422.patch
index bcca56347c..f5504b389d 100644
--- a/meta-filesystems/recipes-filesystems/zfs/zfs/aaf28a4630af60496c9d33db1d06a7d7d8983422.patch
+++ b/meta-filesystems/recipes-filesystems/zfs/zfs/aaf28a4630af60496c9d33db1d06a7d7d8983422.patch
@@ -54,14 +54,3 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
54 endif 54 endif
55 55
56 # Suppress unused-value warnings in sparc64 architecture headers 56 # Suppress unused-value warnings in sparc64 architecture headers
57--- a/META
58+++ b/META
59@@ -1,7 +1,7 @@
60 Meta: 1
61 Name: zfs
62 Branch: 1.0
63-Version: 2.1.99
64+Version: 2.1.11
65 Release: 1
66 Release-Tags: relext
67 License: CDDL
diff --git a/meta-filesystems/recipes-filesystems/zfs/zfs_2.1.11.bb b/meta-filesystems/recipes-filesystems/zfs/zfs_2.2.0.bb
index bd463b8acc..72ad49408c 100644
--- a/meta-filesystems/recipes-filesystems/zfs/zfs_2.1.11.bb
+++ b/meta-filesystems/recipes-filesystems/zfs/zfs_2.2.0.bb
@@ -4,8 +4,8 @@ LICENSE = "CDDL-1.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=7087caaf1dc8a2856585619f4a787faa" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=7087caaf1dc8a2856585619f4a787faa"
5HOMEPAGE ="https://github.com/openzfs/zfs" 5HOMEPAGE ="https://github.com/openzfs/zfs"
6 6
7SRCREV = "0f03a411615a797425de488eecfaaf63fc41acfe" 7SRCREV = "009d3288dea524c7ad373b04b65bee8bb6f0bfea"
8SRC_URI = "git://github.com/openzfs/zfs;protocol=https;branch=master \ 8SRC_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 \
11 file://0001-fs-tests-cmd-readmmap-Replace-uint_t-with-uint32_t.patch \ 11 file://0001-fs-tests-cmd-readmmap-Replace-uint_t-with-uint32_t.patch \