diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-07-07 17:06:30 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-07-08 23:40:28 -0700 |
| commit | 44920256526ac0c5d7ae78960cbe593f61637dda (patch) | |
| tree | e2ead0461b2d3be6fdf07222da62251e453d4373 | |
| parent | dd8508039b6acaa1515944b35f6281bfe4f196c5 (diff) | |
| download | meta-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.inc | 4 |
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 | ||
| 21 | SRCREV = "8817523c5682a7fd83770d3f58a99c436f7e73f7" | 21 | SRCREV = "0e01a5d3ae1100a6641772ab295e0185d8d6a6b0" |
| 22 | PV = "2.03.32" | 22 | PV = "2.03.33" |
| 23 | 23 | ||
| 24 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\_\d+)+)" | 24 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\_\d+)+)" |
| 25 | 25 | ||
