diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-02-06 16:05:40 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-02-09 09:52:09 -0800 |
commit | 933e9a58ef4547da811da863739eb7ecd5d6b3cc (patch) | |
tree | 041a902f31ab069ed5a04c9b4996efb60ec4a47c | |
parent | 41b210079fdeeb3ed547a3d3f19cdb3235a5e2f2 (diff) | |
download | meta-openembedded-933e9a58ef4547da811da863739eb7ecd5d6b3cc.tar.gz |
libblockdev: upgrade 3.0.4 -> 3.1.0
Changelog:
==============
- tests: Default to /tmp for create_sparse_tempfile()
- tests: Avoid setting up intermediary loop device for the nvme target
- tests: Remove unreliable nvme attribute checks
- lvm-dbus: Fix leaking error
- lvm-dbus: Avoid using already-freed memory
- utils: Add expected printf string annotation
- fs: Report reason for open() and ioctl() failures
- ci: Add an action to compile libblockdev with different compilers
- Sync spec with downstream
- Add BDPluginSpec constructor and use it in plugin_specs_from_names
- overrides: Remove unused 'sys' import
- ci: Manually prepare spec file for Packit
- ci: Remove the custom version command for Packit
- swap: Add support for checking label and UUID format
- fs: Add a function to check label format for F2FS
- fs: Add a generic function to check for fs info availability
- fs: Fix allowed UUID for generic mkfs with VFAT
- fs: Add support for getting filesystem min size for NTFS and Ext
- tests: Remove some obsolete rules to skip tests
- Mark NVDIMM plugin as deprecated since 3.1
- part: Fix potential double free when getting parttype
- tests: Use BDPluginSpec constructor in LVM DBus plugin tests
- python: Add a deepcopy function to our structs
- Fix missing progress initialization in bd_crypto_luks_add_key
- tests: Skip some checks for btrfs errors with btrfs-progs 6.6.3
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-extended/libblockdev/libblockdev_3.1.0.bb (renamed from meta-oe/recipes-extended/libblockdev/libblockdev_3.0.4.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/libblockdev/libblockdev_3.0.4.bb b/meta-oe/recipes-extended/libblockdev/libblockdev_3.1.0.bb index d6ee103bb..60182d84e 100644 --- a/meta-oe/recipes-extended/libblockdev/libblockdev_3.0.4.bb +++ b/meta-oe/recipes-extended/libblockdev/libblockdev_3.1.0.bb | |||
@@ -15,7 +15,7 @@ DEPENDS = "autoconf-archive-native glib-2.0 kmod udev libnvme" | |||
15 | SRC_URI = "git://github.com/storaged-project/libblockdev;branch=master;protocol=https \ | 15 | SRC_URI = "git://github.com/storaged-project/libblockdev;branch=master;protocol=https \ |
16 | file://0001-fix-pythondir-for-multilib-when-cross-compiling.patch \ | 16 | file://0001-fix-pythondir-for-multilib-when-cross-compiling.patch \ |
17 | " | 17 | " |
18 | SRCREV = "ec0120de06f28ecfc10953b712f7f42735787bcf" | 18 | SRCREV = "65f50bf912374b85d673f2716ea0c8306980c95b" |
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
20 | 20 | ||
21 | FILES:${PN} += "${libdir}/python3.*/site-packages" | 21 | FILES:${PN} += "${libdir}/python3.*/site-packages" |