Enable linux builtins to fix zfs build Signed-off-by: Khem Raj <[email protected]> Cc: Bruce Ashfield <[email protected]> --- .../recipes-filesystems/zfs/{zfs_2.2.2.bb => zfs_2.2.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-filesystems/recipes-filesystems/zfs/{zfs_2.2.2.bb => zfs_2.2.5.bb} (96%)
diff --git a/meta-filesystems/recipes-filesystems/zfs/zfs_2.2.2.bb b/meta-filesystems/recipes-filesystems/zfs/zfs_2.2.5.bb similarity index 96% rename from meta-filesystems/recipes-filesystems/zfs/zfs_2.2.2.bb rename to meta-filesystems/recipes-filesystems/zfs/zfs_2.2.5.bb index d3ea6797e7..504fe28923 100644 --- a/meta-filesystems/recipes-filesystems/zfs/zfs_2.2.2.bb +++ b/meta-filesystems/recipes-filesystems/zfs/zfs_2.2.5.bb @@ -4,7 +4,7 @@ LICENSE = "CDDL-1.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=7087caaf1dc8a2856585619f4a787faa" HOMEPAGE ="https://github.com/openzfs/zfs" -SRCREV = "494aaaed89cb9fe9f2da3b6c6f465a4bc9f6a7e1" +SRCREV = "33174af15112ed5c53299da2d28e763b0163f428" SRC_URI = "git://github.com/openzfs/zfs;protocol=https;branch=zfs-2.2-release \ file://0001-Define-strndupa-if-it-does-not-exist.patch \ file://aaf28a4630af60496c9d33db1d06a7d7d8983422.patch \ @@ -35,7 +35,7 @@ EXTRA_OECONF:append = " \ --with-systemdgeneratordir=${nonarch_base_libdir}/systemd/system-generators \ --with-systemdpresetdir=${nonarch_base_libdir}/systemd/system-preset \ --with-systemdmodulesloaddir=${sysconfdir}/module-load.d \ - --without-dracutdir \ + --without-dracutdir --enable-linux-builtin \ " EXTRA_OEMAKE:append = " \
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#111754): https://lists.openembedded.org/g/openembedded-devel/message/111754 Mute This Topic: https://lists.openembedded.org/mt/107842852/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
