summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-filesystems/recipes-filesystems/zfs/zfs_2.1.7.bb (renamed from meta-filesystems/recipes-filesystems/zfs/zfs_2.1.5.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-filesystems/recipes-filesystems/zfs/zfs_2.1.5.bb b/meta-filesystems/recipes-filesystems/zfs/zfs_2.1.7.bb
index 6aa674c790..d328cbc27e 100644
--- a/meta-filesystems/recipes-filesystems/zfs/zfs_2.1.5.bb
+++ b/meta-filesystems/recipes-filesystems/zfs/zfs_2.1.7.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] = "1913041e5c44ff07ca384346ad8145aeedf77e77cd1cea9ec5d533246691e10c" 10SRC_URI[sha256sum] = "6462e63e185de6ff10c64ffa6ed773201a082f9dd13e603d7e8136fcb4aca71b"
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.