mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 14:59:55 +00:00
libblockdev: Upgrade 3.0.3 -> 3.0.4
Upgrade to 3.0.4: - spec: Obsolete vdo plugin packages - spec: Move obsoleted devel subpackages to libblockdev-devel - ci: Bump actions/checkout from v3 to v4 - part: Do not open disk read-write for read only operations - fs: Disable progress for ntfsresize - packit: Add configuration for downstream builds - logging: Default to DEBUG log level if compiled with --enable-debug - Use log function when calling a plugin function that is not loaded - lvm-dbus: Replace g_critical calls with bd_utils_log_format - tests: Fail early when recompilation fails in library_test - tests: Fix "invalid escape sequence '\#'" warning from Python 3.12 This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ DEPENDS = "autoconf-archive-native glib-2.0 kmod udev libnvme"
|
||||
SRC_URI = "git://github.com/storaged-project/libblockdev;branch=master;protocol=https \
|
||||
file://0001-fix-pythondir-for-multilib-when-cross-compiling.patch \
|
||||
"
|
||||
SRCREV = "38378931d285b91333ff2e2a391b1fe91072f9bb"
|
||||
SRCREV = "ec0120de06f28ecfc10953b712f7f42735787bcf"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
FILES:${PN} += "${libdir}/python3.*/site-packages"
|
||||
Reference in New Issue
Block a user