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 <[email protected]>
  • Loading branch information
honggyukim committed May 17, 2020
1 parent b260aa7 commit 9a41ca4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meta-oe/recipes-devtools/uftrace/uftrace_0.9.4.bb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ DEPENDS_append_libc-musl = " argp-standalone"

inherit autotools

PV .= "+git${SRCPV}"
SRCREV = "d648bbffedef529220896283fb59e35531c13804"
SRC_URI = "git://github.com/namhyung/${BPN} \
"
Expand Down

0 comments on commit 9a41ca4

Please sign in to comment.