From 94266f795619cb05088c6c7055b3a022a13a6036 Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Sun, 13 Oct 2024 19:44:56 +0800 Subject: [PATCH] lvm2: upgrade 2.03.26 -> 2.03.27 ChangeLog: https://gitlab.com/lvmteam/lvm2/-/tags/v2_03_27 Signed-off-by: Yi Zhao Signed-off-by: Khem Raj --- meta-oe/recipes-support/lvm2/lvm2.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/lvm2/lvm2.inc b/meta-oe/recipes-support/lvm2/lvm2.inc index 059ab6999b..b46ef2570f 100644 --- a/meta-oe/recipes-support/lvm2/lvm2.inc +++ b/meta-oe/recipes-support/lvm2/lvm2.inc @@ -18,9 +18,9 @@ SRC_URI = "git://sourceware.org/git/lvm2.git;branch=main \ file://0001-include-libgen.h-for-basename.patch \ " -SRCREV = "6de3937ac517a3ecfd6d8d90f3f055dab631157e" +SRCREV = "207990a8770208151b2f39b51526580a9dca24c4" S = "${WORKDIR}/git" -PV = "2.03.26" +PV = "2.03.27" UPSTREAM_CHECK_GITTAGREGEX = "v(?P\d+(\_\d+)+)"