diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-11-18 17:29:28 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-11-19 16:59:11 -0800 |
| commit | 5090a935650d0512f2e6daccaa049ea2c4ff5497 (patch) | |
| tree | 47b08d49660be681ff35608326e1e7a1e0fae8b9 | |
| parent | 5659bcc2ee183dc6a2003d04ec1a38bfad951327 (diff) | |
| download | meta-openembedded-5090a935650d0512f2e6daccaa049ea2c4ff5497.tar.gz | |
libblockdev: upgrade 3.2.0 -> 3.2.1
Changelog:
===========
- crypto: check that IOC_OPAL_GET_STATUS is defined
- smart: Clarify use of ID_ATA_SMART_ACCESS udev property
- smart: Clarify ID_ATA_SMART_ACCESS udev property values
- nvme: Avoid element-type g-i annotations
- README: Update supported technologies
- dist: Fix source URL in spec
- packit: Fix generating spec from template
- dist: Sync spec with downstream
- misc: Fix installing test dependencies on Debian/Ubuntu
- ci: Do not try to install test dependencies for CodeQL analysis
- lvm: Clarify the global config functionallity in libblockdev
- ci: Install 'python3-libdnf5' for TMT test plans
- Makefile: Fix generating RPM log during bumpver
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.2.1.bb (renamed from meta-oe/recipes-extended/libblockdev/libblockdev_3.2.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/libblockdev/libblockdev_3.2.0.bb b/meta-oe/recipes-extended/libblockdev/libblockdev_3.2.1.bb index baf2acca5f..5a685fc74a 100644 --- a/meta-oe/recipes-extended/libblockdev/libblockdev_3.2.0.bb +++ b/meta-oe/recipes-extended/libblockdev/libblockdev_3.2.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.2.x-branch;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 = "27881cb6e57eb0146c51d032ea72fbb3cd6bda7e" | 18 | SRCREV = "b829b60d9ff049abb190f09a3b9a5fac648cd5a3" |
| 19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
| 20 | 20 | ||
| 21 | FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR}" | 21 | FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR}" |
