From f60d1303bb2df6702d6dc972aaeecd8d75e73cac Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Wed, 6 May 2020 10:33:34 +0300 Subject: uftrace: Fix PR The latest update moved uftrace from a stable release to a git snapshot. Adjust PR accordingly. Signed-off-by: Adrian Bunk Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/uftrace/uftrace_0.9.4.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" inherit autotools -# v0.9.4 SRCREV = "d648bbffedef529220896283fb59e35531c13804" SRC_URI = "git://github.com/namhyung/${BPN} \ " S = "${WORKDIR}/git" +PR .= "+git${SRCPV}" + LDFLAGS_append_libc-musl = " -largp" def set_target_arch(d): -- cgit v1.2.3-54-g00ecf