mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 01:50:18 +00:00
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>
This commit is contained in:
+2
-2
@@ -12,10 +12,10 @@ inherit autotools gobject-introspection pkgconfig lib_package
|
||||
|
||||
DEPENDS = "autoconf-archive-native glib-2.0 kmod udev libnvme"
|
||||
|
||||
SRC_URI = "git://github.com/storaged-project/libblockdev;branch=master;protocol=https \
|
||||
SRC_URI = "git://github.com/storaged-project/libblockdev;branch=3.2.x-branch;protocol=https \
|
||||
file://0001-fix-pythondir-for-multilib-when-cross-compiling.patch \
|
||||
"
|
||||
SRCREV = "27881cb6e57eb0146c51d032ea72fbb3cd6bda7e"
|
||||
SRCREV = "b829b60d9ff049abb190f09a3b9a5fac648cd5a3"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR}"
|
||||
Reference in New Issue
Block a user