diff options
| author | Honggyu Kim <honggyu.kp@gmail.com> | 2020-05-17 16:46:34 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-05-17 16:23:33 -0700 |
| commit | 2120240646b81a0df1523f51854c03722aede513 (patch) | |
| tree | f11e6e1bf4317692ef1e9240ef13f722b0bd45ae | |
| parent | 12b707c52de60f1cb4a0b4af8c379d4a11dfba35 (diff) | |
| download | meta-openembedded-2120240646b81a0df1523f51854c03722aede513.tar.gz | |
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 <honggyu.kp@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-devtools/uftrace/uftrace_0.9.4.bb | 3 |
1 files changed, 1 insertions, 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" | |||
| 10 | 10 | ||
| 11 | inherit autotools | 11 | inherit autotools |
| 12 | 12 | ||
| 13 | PV .= "+git${SRCPV}" | ||
| 13 | SRCREV = "d648bbffedef529220896283fb59e35531c13804" | 14 | SRCREV = "d648bbffedef529220896283fb59e35531c13804" |
| 14 | SRC_URI = "git://github.com/namhyung/${BPN} \ | 15 | SRC_URI = "git://github.com/namhyung/${BPN} \ |
| 15 | " | 16 | " |
| 16 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
| 17 | 18 | ||
| 18 | PR .= "+git${SRCPV}" | ||
| 19 | |||
| 20 | LDFLAGS_append_libc-musl = " -largp" | 19 | LDFLAGS_append_libc-musl = " -largp" |
| 21 | 20 | ||
| 22 | def set_target_arch(d): | 21 | def set_target_arch(d): |
