From 2120240646b81a0df1523f51854c03722aede513 Mon Sep 17 00:00:00 2001 From: Honggyu Kim Date: Sun, 17 May 2020 16:46:34 +0100 Subject: [PATCH] uftrace: add PV to update the package version uftrace_0.9.4.bb now doesn't actually use exact 0.9.4 version, so it has to add a PV value to update the package version. Signed-off-by: Honggyu Kim Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/uftrace/uftrace_0.9.4.bb | 3 +-- 1 file changed, 1 insertion(+), 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" inherit autotools +PV .= "+git${SRCPV}" 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):