summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-09-16 17:41:24 +0800
committerKhem Raj <raj.khem@gmail.com>2025-09-16 09:59:17 -0700
commit3afda8b9f1379abc97741bf72a43ec22cb048f7d (patch)
tree471d0d548278426d0061b9b06fd30c2c6b0d8533
parentc7f520bd1dda50a7921fef21fe7cb751471c548b (diff)
downloadmeta-openembedded-3afda8b9f1379abc97741bf72a43ec22cb048f7d.tar.gz
lvm2: upgrade 2.03.34 -> 2.03.35
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 2e623df45d..c4c5974460 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 = "f6abf8abe2bf8493806ed549e92fcc8d41ed8dfb" 21SRCREV = "38c1124a478fa3889c649338b6e8ccdc0370e201"
22PV = "2.03.34" 22PV = "2.03.35"
23 23
24UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\_\d+)+)" 24UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\_\d+)+)"
25 25