aboutsummaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-filesystems
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-05-23 23:12:29 -0700
committerKhem Raj <raj.khem@gmail.com>2023-05-28 16:35:00 -0700
commit98353572fa7298b5098b0cb48993ab37373dbccc (patch)
tree951188ee927973342ea74e19aba2546545569b1e /meta-filesystems/recipes-filesystems
parentfe103d43228d5f3f9d9fac573cbc5c5521f8ee49 (diff)
downloadmeta-openembedded-contrib-98353572fa7298b5098b0cb48993ab37373dbccc.tar.gz
zfs: Upgrade to 2.1.11
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-filesystems/recipes-filesystems')
-rw-r--r--meta-filesystems/recipes-filesystems/zfs/zfs_2.1.11.bb (renamed from meta-filesystems/recipes-filesystems/zfs/zfs_2.1.9.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-filesystems/recipes-filesystems/zfs/zfs_2.1.9.bb b/meta-filesystems/recipes-filesystems/zfs/zfs_2.1.11.bb
index cd694c3196..be1e60be7c 100644
--- a/meta-filesystems/recipes-filesystems/zfs/zfs_2.1.9.bb
+++ b/meta-filesystems/recipes-filesystems/zfs/zfs_2.1.11.bb
@@ -8,7 +8,7 @@ SRC_URI = "https://github.com/openzfs/zfs/releases/download/${BPN}-${PV}/${BPN}-
file://0001-Define-strndupa-if-it-does-not-exist.patch \
file://aaf28a4630af60496c9d33db1d06a7d7d8983422.patch \
"
-SRC_URI[sha256sum] = "6b172cdf2eb54e17fcd68f900fab33c1430c5c59848fa46fab83614922fe50f6"
+SRC_URI[sha256sum] = "a54fe4e854d0a207584f1799a80e165eae66bc30dc8e8c96a1f99ed9d4d8ceb2"
# Using both 'module' and 'autotools' classes seems a bit odd, they both
# define a do_compile function.