aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-09-20 10:11:48 +0800
committerKhem Raj <raj.khem@gmail.com>2022-09-20 18:55:26 -0700
commit7cd43b79c52de9f886f72387a1b1b0625409d7a3 (patch)
treeeb4f7e5768c0d776200f574ca61dd44dfa45b0cd
parent8e79d5a7371d07c7385e215e7aec4fdfec5016c4 (diff)
downloadmeta-openembedded-7cd43b79c52de9f886f72387a1b1b0625409d7a3.tar.gz
libblockdev: upgrade 2.27 -> 2.28
Changelog: ========== Fix typos lvm: Fix bd_lvm_get_supported_pe_sizes in Python on 32bit tests: Create bigger devices for XFS tests tests: Use ext instead of xfs in MountTestCase.test_mount_ro_device mpath: Memory leak fix spec: Require the same version utils from plugins mdraid: Try harder to get container UUID in bd_md_detail Add a test case for DDF arrays/containers mdraid: Do not ignore errors from bd_md_canonicalize_uuid in bd_md_examine mdraid: Try harder to get container UUID in bd_md_examine mdraid: Fix copy-paste error when checking return value tests: Wait for raid and mirrored LVs to be synced before removing tests: Make smaller images for test_lvcreate_type dm: Fix comparing DM RAID member devices UUID mdraid: Fix use after free ci: Add .lgtm.yaml config for LGTM ci: Add GitHub actions for running rpmbuilds and csmock mpath: Fix potential NULL pointer dereference Fix mismatched functions return value type 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_2.28.bb (renamed from meta-oe/recipes-extended/libblockdev/libblockdev_2.27.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/libblockdev/libblockdev_2.27.bb b/meta-oe/recipes-extended/libblockdev/libblockdev_2.28.bb
index eff775c930..44b4e7daf9 100644
--- a/meta-oe/recipes-extended/libblockdev/libblockdev_2.27.bb
+++ b/meta-oe/recipes-extended/libblockdev/libblockdev_2.28.bb
@@ -12,7 +12,7 @@ inherit autotools gobject-introspection pkgconfig
SRC_URI = "git://github.com/storaged-project/libblockdev;branch=2.x-branch;protocol=https \
"
-SRCREV = "2a651c1366bc3a56982d97ebeec03744b5f9dcd0"
+SRCREV = "1412dc51c8f76bf8d9a6008228737db4a9a26d69"
S = "${WORKDIR}/git"
FILES:${PN} += "${libdir}/python2.7/dist-packages ${libdir}/python3.*/site-packages"