summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/sanlock/sanlock_3.9.1.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-03-25 15:37:09 -0700
committerKhem Raj <raj.khem@gmail.com>2024-03-25 18:52:51 -0700
commitb175cf714b1e619b7b8a6a85891442deb0363fdb (patch)
tree50c2d338e136eb94d15875173a651bb31aa4ddbc /meta-oe/recipes-extended/sanlock/sanlock_3.9.1.bb
parentd0736e800df0f4af95dd87c9d15c1a6ae76d1a03 (diff)
downloadmeta-openembedded-b175cf714b1e619b7b8a6a85891442deb0363fdb.tar.gz
sanlock: Fix build with musl >= 1.2.5
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/sanlock/sanlock_3.9.1.bb')
-rw-r--r--meta-oe/recipes-extended/sanlock/sanlock_3.9.1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/sanlock/sanlock_3.9.1.bb b/meta-oe/recipes-extended/sanlock/sanlock_3.9.1.bb
index 91b1460ff..1d0f8b010 100644
--- a/meta-oe/recipes-extended/sanlock/sanlock_3.9.1.bb
+++ b/meta-oe/recipes-extended/sanlock/sanlock_3.9.1.bb
@@ -16,8 +16,9 @@ PV .= "+git"
16SRC_URI = "git://pagure.io/sanlock.git;protocol=http;branch=master \ 16SRC_URI = "git://pagure.io/sanlock.git;protocol=http;branch=master \
17 file://0001-sanlock-Replace-cp-a-with-cp-R-no-dereference-preser.patch \ 17 file://0001-sanlock-Replace-cp-a-with-cp-R-no-dereference-preser.patch \
18 file://0001-add-missing-system-header-string.h.patch \ 18 file://0001-add-missing-system-header-string.h.patch \
19 file://0001-include-libgen.h-for-basename.patch \
19 " 20 "
20SRCREV = "90156f382c2508cc7dc4dc32f8247d3e1291b318" 21SRCREV = "ecf30a1ccf756776dfea440e4cf9b0b54581075f"
21 22
22S = "${WORKDIR}/git" 23S = "${WORKDIR}/git"
23 24