summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-filesystems/recipes-filesystems/zfs/zfs_2.2.2.bb (renamed from meta-filesystems/recipes-filesystems/zfs/zfs_2.2.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-filesystems/recipes-filesystems/zfs/zfs_2.2.0.bb b/meta-filesystems/recipes-filesystems/zfs/zfs_2.2.2.bb
index db6f725b6a..d3ea6797e7 100644
--- a/meta-filesystems/recipes-filesystems/zfs/zfs_2.2.0.bb
+++ b/meta-filesystems/recipes-filesystems/zfs/zfs_2.2.2.bb
@@ -4,7 +4,7 @@ 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 = "229ca7d738ccbf4c55076977467ee93e20b6f01b" 7SRCREV = "494aaaed89cb9fe9f2da3b6c6f465a4bc9f6a7e1"
8SRC_URI = "git://github.com/openzfs/zfs;protocol=https;branch=zfs-2.2-release \ 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 \
@@ -16,7 +16,7 @@ S = "${WORKDIR}/git"
16# Using both 'module' and 'autotools' classes seems a bit odd, they both 16# Using both 'module' and 'autotools' classes seems a bit odd, they both
17# define a do_compile function. 17# define a do_compile function.
18# That's why we opt for module-base, also this prevents module splitting. 18# That's why we opt for module-base, also this prevents module splitting.
19inherit module-base pkgconfig autotools 19inherit module-base pkgconfig autotools bash-completion
20 20
21DEPENDS = "virtual/kernel zlib util-linux libtirpc openssl curl" 21DEPENDS = "virtual/kernel zlib util-linux libtirpc openssl curl"
22 22