summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/uftrace/uftrace_0.15.2.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-03-25 17:56:27 -0700
committerKhem Raj <raj.khem@gmail.com>2024-03-25 18:52:52 -0700
commit6f4ed3a094e9fffb6ab1988d0f33df9430aad126 (patch)
treea909d01fcc9050968c612bacbba7591c4cf360e0 /meta-oe/recipes-devtools/uftrace/uftrace_0.15.2.bb
parentbaf8e1e39b23e9271b1b8da16714d5d0b2c91d5d (diff)
downloadmeta-openembedded-6f4ed3a094e9fffb6ab1988d0f33df9430aad126.tar.gz
uftrace: Fix build with musl >= 1.2.5
The famous basename API fallout Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/uftrace/uftrace_0.15.2.bb')
-rw-r--r--meta-oe/recipes-devtools/uftrace/uftrace_0.15.2.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/uftrace/uftrace_0.15.2.bb b/meta-oe/recipes-devtools/uftrace/uftrace_0.15.2.bb
index ff04d40ea..60436025a 100644
--- a/meta-oe/recipes-devtools/uftrace/uftrace_0.15.2.bb
+++ b/meta-oe/recipes-devtools/uftrace/uftrace_0.15.2.bb
@@ -11,7 +11,8 @@ DEPENDS:append:libc-musl = " argp-standalone"
11inherit autotools 11inherit autotools
12 12
13SRCREV = "9d8657e90b918994d7d2bcf6dd2cc7354c35a1b4" 13SRCREV = "9d8657e90b918994d7d2bcf6dd2cc7354c35a1b4"
14SRC_URI = "git://github.com/namhyung/${BPN};branch=master;protocol=https" 14SRC_URI = "git://github.com/namhyung/${BPN};branch=master;protocol=https \
15 file://0001-include-libgen.h-for-basename.patch"
15S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
16 17
17LDFLAGS:append:libc-musl = " -largp" 18LDFLAGS:append:libc-musl = " -largp"