mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-01 13:40:04 +00:00
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>
This commit is contained in:
@@ -10,12 +10,13 @@ DEPENDS_append_libc-musl = " argp-standalone"
|
|||||||
|
|
||||||
inherit autotools
|
inherit autotools
|
||||||
|
|
||||||
# v0.9.4
|
|
||||||
SRCREV = "d648bbffedef529220896283fb59e35531c13804"
|
SRCREV = "d648bbffedef529220896283fb59e35531c13804"
|
||||||
SRC_URI = "git://github.com/namhyung/${BPN} \
|
SRC_URI = "git://github.com/namhyung/${BPN} \
|
||||||
"
|
"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
PR .= "+git${SRCPV}"
|
||||||
|
|
||||||
LDFLAGS_append_libc-musl = " -largp"
|
LDFLAGS_append_libc-musl = " -largp"
|
||||||
|
|
||||||
def set_target_arch(d):
|
def set_target_arch(d):
|
||||||
|
|||||||
Reference in New Issue
Block a user