diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2022-09-05 19:15:54 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-09-05 22:49:34 -0700 |
| commit | 4fdcfdec800bdb57ac47344658a705332b066728 (patch) | |
| tree | b65a0b309106433ab9f7ccf50d38518e9697fd60 /meta-oe/recipes-extended/libblockdev/libblockdev_2.27.bb | |
| parent | 05110a0ab499af7afa1956b8f11cc1ff7ff22706 (diff) | |
| download | meta-openembedded-4fdcfdec800bdb57ac47344658a705332b066728.tar.gz | |
libblockdev: upgrade 2.26 -> 2.27
0001-lvm-Do-not-include-duplicate-entries-in-bd_lvm_lvs-o.patch
removed since it's included in 2.27
Changelog:
=========
fs: Return BD_FS_ERROR_UNKNOWN_FS on mounting unknown filesystem
overrides: Fix translating exceptions in ErrorProxy
tests: Do not check that swap flag is not supported on DOS table
tests: Lower expected free space on newly created Ext filesystems
tests: Remove test for NTFS read-only mounting
vdo_stats: Default to 100 % savings for invalid savings values
lvm: Fix reading statistics for VDO pools with VDO 8
tests: Fix creating loop device for CryptoTestLuksSectorSize
tests: Use losetup to create 4k sector size loop device for testing
s390: Remove double fclose in bd_s390_dasd_online (#2045784)
lvm-dbus: Add support for changing compression and deduplication
tests: Skip test_lvcreate_type on CentOS/RHEL 9
tests: Fix expected extended partition flags with new parted
lvm: Do not set global config to and empty string
lvm: Do not include duplicate entries in bd_lvm_lvs output
lvm: Use correct integer type in for comparison
crypto: Remove useless comparison in progress report in luks_format
boilerplate_generator: Remove unused variable assignment
kbd: Add missing progress reporting to bd_kbd_bcache_create
kbd: Fix leaking error in bd_kbd_bcache_detach
kbd: Fix potential NULL pointer dereference in bd_kbd_bcache_create
crypto: Remove unused and leaking error in write_escrow_data_file
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/libblockdev/libblockdev_2.27.bb')
| -rw-r--r-- | meta-oe/recipes-extended/libblockdev/libblockdev_2.27.bb | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/libblockdev/libblockdev_2.27.bb b/meta-oe/recipes-extended/libblockdev/libblockdev_2.27.bb new file mode 100644 index 0000000000..eff775c930 --- /dev/null +++ b/meta-oe/recipes-extended/libblockdev/libblockdev_2.27.bb | |||
| @@ -0,0 +1,40 @@ | |||
| 1 | DESCRIPTION = "libblockdev is a C library supporting GObject introspection for manipulation of \ | ||
| 2 | block devices. It has a plugin-based architecture where each technology (like \ | ||
| 3 | LVM, Btrfs, MD RAID, Swap,...) is implemented in a separate plugin, possibly \ | ||
| 4 | with multiple implementations (e.g. using LVM CLI or the new LVM DBus API)." | ||
| 5 | HOMEPAGE = "http://rhinstaller.github.io/libblockdev/" | ||
| 6 | LICENSE = "LGPL-2.0-or-later" | ||
| 7 | SECTION = "devel/lib" | ||
| 8 | |||
| 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c07cb499d259452f324bb90c3067d85c" | ||
| 10 | |||
| 11 | inherit autotools gobject-introspection pkgconfig | ||
| 12 | |||
| 13 | SRC_URI = "git://github.com/storaged-project/libblockdev;branch=2.x-branch;protocol=https \ | ||
| 14 | " | ||
| 15 | SRCREV = "2a651c1366bc3a56982d97ebeec03744b5f9dcd0" | ||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | |||
| 18 | FILES:${PN} += "${libdir}/python2.7/dist-packages ${libdir}/python3.*/site-packages" | ||
| 19 | |||
| 20 | PACKAGECONFIG ??= "python3 lvm dm kmod parted fs escrow btrfs crypto mdraid kbd mpath nvdimm" | ||
| 21 | PACKAGECONFIG[python3] = "--with-python3, --without-python3,,python3" | ||
| 22 | PACKAGECONFIG[python2] = "--with-python2, --without-python2,,python" | ||
| 23 | PACKAGECONFIG[lvm] = "--with-lvm, --without-lvm, multipath-tools, lvm2" | ||
| 24 | PACKAGECONFIG[lvm-dbus] = "--with-lvm_dbus, --without-lvm_dbus, multipath-tools, lvm2" | ||
| 25 | PACKAGECONFIG[dm] = "--with-dm, --without-dm, multipath-tools, lvm2" | ||
| 26 | PACKAGECONFIG[dmraid] = "--with-dmraid, --without-dmraid" | ||
| 27 | PACKAGECONFIG[kmod] = "--with-kbd, --without-kbd, kmod" | ||
| 28 | PACKAGECONFIG[parted] = "--with-part, --without-part, parted" | ||
| 29 | PACKAGECONFIG[fs] = "--with-fs, --without-fs, util-linux" | ||
| 30 | PACKAGECONFIG[doc] = "--with-gtk-doc, --without-gtk-doc, gtk-doc-native" | ||
| 31 | PACKAGECONFIG[nvdimm] = "--with-nvdimm, --without-nvdimm, ndctl util-linux" | ||
| 32 | PACKAGECONFIG[vdo] = "--with-vdo, --without-vdo" | ||
| 33 | PACKAGECONFIG[escrow] = "--with-escrow, --without-escrow, nss volume-key" | ||
| 34 | PACKAGECONFIG[btrfs] = "--with-btrfs,--without-btrfs,libbytesize btrfs-tools" | ||
| 35 | PACKAGECONFIG[crypto] = "--with-crypto,--without-crypto,cryptsetup nss volume-key" | ||
| 36 | PACKAGECONFIG[mdraid] = "--with-mdraid,--without-mdraid,libbytesize" | ||
| 37 | PACKAGECONFIG[kbd] = "--with-kbd,--without-kbd,libbytesize" | ||
| 38 | PACKAGECONFIG[mpath] = "--with-mpath,--without-mpath, multipath-tools, lvm2" | ||
| 39 | |||
| 40 | export GIR_EXTRA_LIBS_PATH="${B}/src/utils/.libs" | ||
