diff options
-rw-r--r-- | meta-oe/recipes-support/lvm2/files/0001-include-libgen.h-for-basename.patch | 8 | ||||
-rw-r--r-- | meta-oe/recipes-support/lvm2/lvm2.inc | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/meta-oe/recipes-support/lvm2/files/0001-include-libgen.h-for-basename.patch b/meta-oe/recipes-support/lvm2/files/0001-include-libgen.h-for-basename.patch index c57bff865a..2fcbc12b22 100644 --- a/meta-oe/recipes-support/lvm2/files/0001-include-libgen.h-for-basename.patch +++ b/meta-oe/recipes-support/lvm2/files/0001-include-libgen.h-for-basename.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 4e2dc175e99792d84873a4785ff1524845267c3e Mon Sep 17 00:00:00 2001 | 1 | From c7a63e17fc841eab5874aa5dc4e848e2bf300bf0 Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Mon, 25 Mar 2024 13:07:28 -0700 | 3 | Date: Mon, 25 Mar 2024 13:07:28 -0700 |
4 | Subject: [PATCH] include libgen.h for basename | 4 | Subject: [PATCH] include libgen.h for basename |
@@ -16,11 +16,11 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
16 | 1 file changed, 1 insertion(+) | 16 | 1 file changed, 1 insertion(+) |
17 | 17 | ||
18 | diff --git a/lib/device/device_id.c b/lib/device/device_id.c | 18 | diff --git a/lib/device/device_id.c b/lib/device/device_id.c |
19 | index b3330f2ba..291bd5c73 100644 | 19 | index a3f341bfc..0c05eb151 100644 |
20 | --- a/lib/device/device_id.c | 20 | --- a/lib/device/device_id.c |
21 | +++ b/lib/device/device_id.c | 21 | +++ b/lib/device/device_id.c |
22 | @@ -28,6 +28,7 @@ | 22 | @@ -27,6 +27,7 @@ |
23 | #include "lib/activate/activate.h" | 23 | #include "lib/display/display.h" |
24 | #include "device_mapper/misc/dm-ioctl.h" | 24 | #include "device_mapper/misc/dm-ioctl.h" |
25 | 25 | ||
26 | +#include <libgen.h> | 26 | +#include <libgen.h> |
diff --git a/meta-oe/recipes-support/lvm2/lvm2.inc b/meta-oe/recipes-support/lvm2/lvm2.inc index 9ff7662a51..ffa6a9a15d 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 \ | |||
18 | file://0001-include-libgen.h-for-basename.patch \ | 18 | file://0001-include-libgen.h-for-basename.patch \ |
19 | " | 19 | " |
20 | 20 | ||
21 | SRCREV = "9f81fccd65a29030bf70417e8aca659ae536e081" | 21 | SRCREV = "3a6e221c569eb253fa38a772b15e53b5de65b5d1" |
22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
23 | PV = "2.03.30" | 23 | PV = "2.03.31" |
24 | 24 | ||
25 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\_\d+)+)" | 25 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\_\d+)+)" |
26 | 26 | ||