summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/uftrace/uftrace_0.18.bb (renamed from meta-oe/recipes-devtools/uftrace/uftrace_0.17.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/uftrace/uftrace_0.17.bb b/meta-oe/recipes-devtools/uftrace/uftrace_0.18.bb
index 776bb014f4..f82dc17071 100644
--- a/meta-oe/recipes-devtools/uftrace/uftrace_0.17.bb
+++ b/meta-oe/recipes-devtools/uftrace/uftrace_0.18.bb
@@ -10,8 +10,8 @@ DEPENDS:append:libc-musl = " argp-standalone"
10 10
11inherit autotools 11inherit autotools
12 12
13SRCREV = "b0d936107edcefb519abbc9c363ca40daaac23b3" 13SRCREV = "8ccd4f627569b0af122c8d1df98dc6813ab97a40"
14SRC_URI = "git://github.com/namhyung/${BPN};branch=master;protocol=https \ 14SRC_URI = "git://github.com/namhyung/${BPN};branch=master;protocol=https;tag=v${PV} \
15 file://0001-include-libgen.h-for-basename.patch" 15 file://0001-include-libgen.h-for-basename.patch"
16 16
17LDFLAGS:append:libc-musl = " -largp" 17LDFLAGS:append:libc-musl = " -largp"