diff options
author | Adrian Bunk <bunk@stusta.de> | 2020-05-06 10:33:34 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-05-06 12:51:39 -0700 |
commit | f60d1303bb2df6702d6dc972aaeecd8d75e73cac (patch) | |
tree | cb9509c05a962913ae4e49e42f8b6c379c07a762 | |
parent | 6e9f393605eed1e5f4e317536b1463b83b978bad (diff) | |
download | meta-openembedded-f60d1303bb2df6702d6dc972aaeecd8d75e73cac.tar.gz |
uftrace: Fix PR
The latest update moved uftrace from a stable release
to a git snapshot.
Adjust PR accordingly.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-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): |