diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-03-25 15:37:09 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-03-25 18:52:51 -0700 |
commit | b175cf714b1e619b7b8a6a85891442deb0363fdb (patch) | |
tree | 50c2d338e136eb94d15875173a651bb31aa4ddbc /meta-oe/recipes-extended/sanlock/sanlock_3.9.1.bb | |
parent | d0736e800df0f4af95dd87c9d15c1a6ae76d1a03 (diff) | |
download | meta-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.bb | 3 |
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" | |||
16 | SRC_URI = "git://pagure.io/sanlock.git;protocol=http;branch=master \ | 16 | SRC_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 | " |
20 | SRCREV = "90156f382c2508cc7dc4dc32f8247d3e1291b318" | 21 | SRCREV = "ecf30a1ccf756776dfea440e4cf9b0b54581075f" |
21 | 22 | ||
22 | S = "${WORKDIR}/git" | 23 | S = "${WORKDIR}/git" |
23 | 24 | ||