Skip to content

Commit

Permalink
uftrace: add PV to update the package version
Browse files Browse the repository at this point in the history
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 <honggyu.kp@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
honggyukim authored and kraj committed May 17, 2020
1 parent 12b707c commit 2120240
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions meta-oe/recipes-devtools/uftrace/uftrace_0.9.4.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 2120240

Please sign in to comment.