diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-02-02 21:36:09 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-02-02 21:36:54 -0800 |
commit | 7ecfc7957369d0a798a3743f548a253b1e0f7c25 (patch) | |
tree | a1e50f60512b075861e68fb8e3e1095c3f40f77d /meta-filesystems/recipes-filesystems | |
parent | 1534ca7afe816c96b9ef4bdfe17e0b806dd9d32f (diff) | |
download | meta-openembedded-contrib-7ecfc7957369d0a798a3743f548a253b1e0f7c25.tar.gz |
zfs: Update to 2.1.9
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.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 d328cbc27e2..77daab7dd5c 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" SRC_URI = "https://github.com/openzfs/zfs/releases/download/${BPN}-${PV}/${BPN}-${PV}.tar.gz \ file://0001-Define-strndupa-if-it-does-not-exist.patch \ " -SRC_URI[sha256sum] = "6462e63e185de6ff10c64ffa6ed773201a082f9dd13e603d7e8136fcb4aca71b" +SRC_URI[sha256sum] = "6b172cdf2eb54e17fcd68f900fab33c1430c5c59848fa46fab83614922fe50f6" # Using both 'module' and 'autotools' classes seems a bit odd, they both # define a do_compile function. |