diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-04-01 22:50:36 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-04-02 11:28:49 -0700 |
| commit | c43d9e1c18fcd95a72c58876cf632c3f24e1ba69 (patch) | |
| tree | e01972bba96d84af4a73af067e220ab2705152cb /meta-oe | |
| parent | d49a8e380863343fcd05890455bdbbda04bf4ce3 (diff) | |
| download | meta-openembedded-c43d9e1c18fcd95a72c58876cf632c3f24e1ba69.tar.gz | |
libblockdev: upgrade 3.1.0 -> 3.1.1
Changelog:
===========
- Use glib2 G_GNUC_UNUSED in place of UNUSED locally defined
- Port to G_GNUC_INTERNAL for controlling symbols visibility
- Fix some more occurrences of missing port to G_GNUC_UNUSED
- dm_logging: Annotate redirect_dm_log() printf format
- tests: Add NVMe persistent discovery controller tests
- tests: Add NVMe controller type checks
- Makefile: Fix bumpver to work with micro versions
- tests: Manually remove removed PVs from LVM devices file
- tests: Ignore LVM devices file for non-LVM tests
- tests: Fix removing custom LVM devices file
- nvme: Add bd_nvme_is_tech_avail to the API file
- lvm-dbus: Fix passing size for pvresize over DBus
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-extended/libblockdev/libblockdev_3.1.1.bb (renamed from meta-oe/recipes-extended/libblockdev/libblockdev_3.1.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/libblockdev/libblockdev_3.1.0.bb b/meta-oe/recipes-extended/libblockdev/libblockdev_3.1.1.bb index 60182d84eb..dd15146285 100644 --- a/meta-oe/recipes-extended/libblockdev/libblockdev_3.1.0.bb +++ b/meta-oe/recipes-extended/libblockdev/libblockdev_3.1.1.bb | |||
| @@ -12,10 +12,10 @@ inherit autotools gobject-introspection pkgconfig lib_package | |||
| 12 | 12 | ||
| 13 | DEPENDS = "autoconf-archive-native glib-2.0 kmod udev libnvme" | 13 | DEPENDS = "autoconf-archive-native glib-2.0 kmod udev libnvme" |
| 14 | 14 | ||
| 15 | SRC_URI = "git://github.com/storaged-project/libblockdev;branch=master;protocol=https \ | 15 | SRC_URI = "git://github.com/storaged-project/libblockdev;branch=3.1.x-devel;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 = "65f50bf912374b85d673f2716ea0c8306980c95b" | 18 | SRCREV = "68aaff5556afe26be749c29a2b7cbd714dce3050" |
| 19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
| 20 | 20 | ||
| 21 | FILES:${PN} += "${libdir}/python3.*/site-packages" | 21 | FILES:${PN} += "${libdir}/python3.*/site-packages" |
