diff options
-rw-r--r-- | meta-oe/recipes-devtools/uftrace/uftrace_0.9.4.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/uftrace/uftrace_0.9.4.bb b/meta-oe/recipes-devtools/uftrace/uftrace_0.9.4.bb index c33fa048cf..732fe3b451 100644 --- a/meta-oe/recipes-devtools/uftrace/uftrace_0.9.4.bb +++ b/meta-oe/recipes-devtools/uftrace/uftrace_0.9.4.bb | |||
@@ -10,12 +10,13 @@ DEPENDS_append_libc-musl = " argp-standalone" | |||
10 | 10 | ||
11 | inherit autotools | 11 | inherit autotools |
12 | 12 | ||
13 | # v0.9.4 | ||
14 | SRCREV = "d648bbffedef529220896283fb59e35531c13804" | 13 | SRCREV = "d648bbffedef529220896283fb59e35531c13804" |
15 | SRC_URI = "git://github.com/namhyung/${BPN} \ | 14 | SRC_URI = "git://github.com/namhyung/${BPN} \ |
16 | " | 15 | " |
17 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
18 | 17 | ||
18 | PR .= "+git${SRCPV}" | ||
19 | |||
19 | LDFLAGS_append_libc-musl = " -largp" | 20 | LDFLAGS_append_libc-musl = " -largp" |
20 | 21 | ||
21 | def set_target_arch(d): | 22 | def set_target_arch(d): |