summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-07-07 17:06:30 +0800
committerKhem Raj <raj.khem@gmail.com>2025-07-08 23:40:28 -0700
commit44920256526ac0c5d7ae78960cbe593f61637dda (patch)
treee2ead0461b2d3be6fdf07222da62251e453d4373
parentdd8508039b6acaa1515944b35f6281bfe4f196c5 (diff)
downloadmeta-openembedded-44920256526ac0c5d7ae78960cbe593f61637dda.tar.gz
lvm2: upgrade 2.03.32 -> 2.03.33
Changelog: ============ * Use 'lvconvert --repair' to repair raid arrays with transiently lost devices. * Override 'LC_NUMERIC' locale if unsuitable for 'json_std' report format. * Fail 'dm_report_group_create' if radix char from locale unsuitable for 'json_std'. * Escape the escape character itself on JSON report format output. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/lvm2/lvm2.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/lvm2/lvm2.inc b/meta-oe/recipes-support/lvm2/lvm2.inc
index 0ff17aed5c..4038e83d46 100644
--- a/meta-oe/recipes-support/lvm2/lvm2.inc
+++ b/meta-oe/recipes-support/lvm2/lvm2.inc
@@ -18,8 +18,8 @@ SRC_URI = "git://sourceware.org/git/lvm2.git;branch=main \
18 file://0001-include-libgen.h-for-basename.patch \ 18 file://0001-include-libgen.h-for-basename.patch \
19 " 19 "
20 20
21SRCREV = "8817523c5682a7fd83770d3f58a99c436f7e73f7" 21SRCREV = "0e01a5d3ae1100a6641772ab295e0185d8d6a6b0"
22PV = "2.03.32" 22PV = "2.03.33"
23 23
24UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\_\d+)+)" 24UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\_\d+)+)"
25 25