summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-filesystems/recipes-filesystems/zfs/zfs_2.1.9.bb (renamed from meta-filesystems/recipes-filesystems/zfs/zfs_2.1.7.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-filesystems/recipes-filesystems/zfs/zfs_2.1.7.bb b/meta-filesystems/recipes-filesystems/zfs/zfs_2.1.9.bb
index d328cbc27e..77daab7dd5 100644
--- a/meta-filesystems/recipes-filesystems/zfs/zfs_2.1.7.bb
+++ b/meta-filesystems/recipes-filesystems/zfs/zfs_2.1.9.bb
@@ -7,7 +7,7 @@ HOMEPAGE ="https://github.com/openzfs/zfs"
7SRC_URI = "https://github.com/openzfs/zfs/releases/download/${BPN}-${PV}/${BPN}-${PV}.tar.gz \ 7SRC_URI = "https://github.com/openzfs/zfs/releases/download/${BPN}-${PV}/${BPN}-${PV}.tar.gz \
8 file://0001-Define-strndupa-if-it-does-not-exist.patch \ 8 file://0001-Define-strndupa-if-it-does-not-exist.patch \
9" 9"
10SRC_URI[sha256sum] = "6462e63e185de6ff10c64ffa6ed773201a082f9dd13e603d7e8136fcb4aca71b" 10SRC_URI[sha256sum] = "6b172cdf2eb54e17fcd68f900fab33c1430c5c59848fa46fab83614922fe50f6"
11 11
12# Using both 'module' and 'autotools' classes seems a bit odd, they both 12# Using both 'module' and 'autotools' classes seems a bit odd, they both
13# define a do_compile function. 13# define a do_compile function.