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