From 0df6ae29ca6363453a0e32b29e0ff599cb16e15a Mon Sep 17 00:00:00 2001 From: wangmy Date: Thu, 5 Aug 2021 11:34:49 +0800 Subject: libblockdev: upgrade 2.25 -> 2.26 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit New minor release of the libblockdev library with multiple fixes. See below for details. Full list of changes Manuel Wassermann (1): exec: Fix deprecated glib function call Glib will rename "g_spawn_check_exit_status()" to "g_spawn_check_wait_status()" in version 2.69. Tomasz Paweł Gajc (1): remove unused variable and fix build with LLVM/clang Vojtech Trefny (22): NEWS.rts: Fix markup crypto: Fix default key size for non XTS ciphers vdo: Do not use g_memdup in bd_vdo_stats_copy fs: Allow using empty label for vfat with newest dosfstools tests: Call fs_vfat_mkfs with "--mbr=n" extra option in tests kbd: Fix memory leak crypto: Fix memory leak dm: Fix memory leak in the DM plugin and DM logging redirect function fs: Fix memory leak kbd: Fix memory leak lvm-dbus: Fix memory leak mdraid: Fix memory leak swap: Fix memory leak tests: Make sure the test temp mount is always unmounted tests: Do not check that XFS shrink fails with xfsprogs >= 5.12 tests: Temporarily skip test_snapshotcreate_lvorigin_snapshotmerge Fix skipping tests on Debian testing crypto: Let cryptsetup autodect encryption sector size when not specified tests: Do not try to remove VG before removing the VDO pool tests: Force remove LVM VG /dev/ entry not removed by vgremove tests: Tag LvmPVVGLVcachePoolCreateRemoveTestCase as unstable Add missing plugins to the default config Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../libblockdev/libblockdev_2.25.bb | 39 ---------------------- .../libblockdev/libblockdev_2.26.bb | 39 ++++++++++++++++++++++ 2 files changed, 39 insertions(+), 39 deletions(-) delete mode 100644 meta-oe/recipes-extended/libblockdev/libblockdev_2.25.bb create mode 100644 meta-oe/recipes-extended/libblockdev/libblockdev_2.26.bb diff --git a/meta-oe/recipes-extended/libblockdev/libblockdev_2.25.bb b/meta-oe/recipes-extended/libblockdev/libblockdev_2.25.bb deleted file mode 100644 index e18a28e913..0000000000 --- a/meta-oe/recipes-extended/libblockdev/libblockdev_2.25.bb +++ /dev/null @@ -1,39 +0,0 @@ -DESCRIPTION = "libblockdev is a C library supporting GObject introspection for manipulation of \ -block devices. It has a plugin-based architecture where each technology (like \ -LVM, Btrfs, MD RAID, Swap,...) is implemented in a separate plugin, possibly \ -with multiple implementations (e.g. using LVM CLI or the new LVM DBus API)." -HOMEPAGE = "http://rhinstaller.github.io/libblockdev/" -LICENSE = "LGPLv2+" -SECTION = "devel/lib" - -LIC_FILES_CHKSUM = "file://LICENSE;md5=c07cb499d259452f324bb90c3067d85c" - -inherit autotools gobject-introspection - -SRC_URI = "git://github.com/storaged-project/libblockdev;branch=2.x-branch" -SRCREV = "c50869272b54bf4b4bc3825e8c3332a54678b43f" -S = "${WORKDIR}/git" - -FILES:${PN} += "${libdir}/python2.7/dist-packages ${libdir}/python3.*/site-packages" - -PACKAGECONFIG ??= "python3 lvm dm kmod parted fs escrow btrfs crypto mdraid kbd mpath nvdimm" -PACKAGECONFIG[python3] = "--with-python3, --without-python3,,python3" -PACKAGECONFIG[python2] = "--with-python2, --without-python2,,python" -PACKAGECONFIG[lvm] = "--with-lvm, --without-lvm, multipath-tools, lvm2" -PACKAGECONFIG[lvm-dbus] = "--with-lvm_dbus, --without-lvm_dbus, multipath-tools, lvm2" -PACKAGECONFIG[dm] = "--with-dm, --without-dm, multipath-tools, lvm2" -PACKAGECONFIG[dmraid] = "--with-dmraid, --without-dmraid" -PACKAGECONFIG[kmod] = "--with-kbd, --without-kbd, kmod" -PACKAGECONFIG[parted] = "--with-part, --without-part, parted" -PACKAGECONFIG[fs] = "--with-fs, --without-fs, util-linux" -PACKAGECONFIG[doc] = "--with-gtk-doc, --without-gtk-doc, gtk-doc-native" -PACKAGECONFIG[nvdimm] = "--with-nvdimm, --without-nvdimm, ndctl util-linux" -PACKAGECONFIG[vdo] = "--with-vdo, --without-vdo" -PACKAGECONFIG[escrow] = "--with-escrow, --without-escrow, nss volume-key" -PACKAGECONFIG[btrfs] = "--with-btrfs,--without-btrfs,libbytesize btrfs-tools" -PACKAGECONFIG[crypto] = "--with-crypto,--without-crypto,cryptsetup nss volume-key" -PACKAGECONFIG[mdraid] = "--with-mdraid,--without-mdraid,libbytesize" -PACKAGECONFIG[kbd] = "--with-kbd,--without-kbd,libbytesize" -PACKAGECONFIG[mpath] = "--with-mpath,--without-mpath, multipath-tools, lvm2" - -export GIR_EXTRA_LIBS_PATH="${B}/src/utils/.libs" diff --git a/meta-oe/recipes-extended/libblockdev/libblockdev_2.26.bb b/meta-oe/recipes-extended/libblockdev/libblockdev_2.26.bb new file mode 100644 index 0000000000..14168e6bb1 --- /dev/null +++ b/meta-oe/recipes-extended/libblockdev/libblockdev_2.26.bb @@ -0,0 +1,39 @@ +DESCRIPTION = "libblockdev is a C library supporting GObject introspection for manipulation of \ +block devices. It has a plugin-based architecture where each technology (like \ +LVM, Btrfs, MD RAID, Swap,...) is implemented in a separate plugin, possibly \ +with multiple implementations (e.g. using LVM CLI or the new LVM DBus API)." +HOMEPAGE = "http://rhinstaller.github.io/libblockdev/" +LICENSE = "LGPLv2+" +SECTION = "devel/lib" + +LIC_FILES_CHKSUM = "file://LICENSE;md5=c07cb499d259452f324bb90c3067d85c" + +inherit autotools gobject-introspection + +SRC_URI = "git://github.com/storaged-project/libblockdev;branch=2.x-branch" +SRCREV = "47ff12242c89e36a33259d18b7068b26c3bb1c64" +S = "${WORKDIR}/git" + +FILES:${PN} += "${libdir}/python2.7/dist-packages ${libdir}/python3.*/site-packages" + +PACKAGECONFIG ??= "python3 lvm dm kmod parted fs escrow btrfs crypto mdraid kbd mpath nvdimm" +PACKAGECONFIG[python3] = "--with-python3, --without-python3,,python3" +PACKAGECONFIG[python2] = "--with-python2, --without-python2,,python" +PACKAGECONFIG[lvm] = "--with-lvm, --without-lvm, multipath-tools, lvm2" +PACKAGECONFIG[lvm-dbus] = "--with-lvm_dbus, --without-lvm_dbus, multipath-tools, lvm2" +PACKAGECONFIG[dm] = "--with-dm, --without-dm, multipath-tools, lvm2" +PACKAGECONFIG[dmraid] = "--with-dmraid, --without-dmraid" +PACKAGECONFIG[kmod] = "--with-kbd, --without-kbd, kmod" +PACKAGECONFIG[parted] = "--with-part, --without-part, parted" +PACKAGECONFIG[fs] = "--with-fs, --without-fs, util-linux" +PACKAGECONFIG[doc] = "--with-gtk-doc, --without-gtk-doc, gtk-doc-native" +PACKAGECONFIG[nvdimm] = "--with-nvdimm, --without-nvdimm, ndctl util-linux" +PACKAGECONFIG[vdo] = "--with-vdo, --without-vdo" +PACKAGECONFIG[escrow] = "--with-escrow, --without-escrow, nss volume-key" +PACKAGECONFIG[btrfs] = "--with-btrfs,--without-btrfs,libbytesize btrfs-tools" +PACKAGECONFIG[crypto] = "--with-crypto,--without-crypto,cryptsetup nss volume-key" +PACKAGECONFIG[mdraid] = "--with-mdraid,--without-mdraid,libbytesize" +PACKAGECONFIG[kbd] = "--with-kbd,--without-kbd,libbytesize" +PACKAGECONFIG[mpath] = "--with-mpath,--without-mpath, multipath-tools, lvm2" + +export GIR_EXTRA_LIBS_PATH="${B}/src/utils/.libs" -- cgit v1.2.3-54-g00ecf