diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2021-12-11 17:29:20 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-12-13 08:09:25 -0800 |
commit | a168765249733c7a751fc28876c6090e3e257271 (patch) | |
tree | a71f753e56cd73ca9719ea28c0db996e0c7dfeb6 | |
parent | 01cd7fcae16edde709d24f905a222dcaea8fb0a1 (diff) | |
download | meta-openembedded-a168765249733c7a751fc28876c6090e3e257271.tar.gz |
uftrace: update to 0.11
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-devtools/uftrace/uftrace_0.11.bb (renamed from meta-oe/recipes-devtools/uftrace/uftrace_0.10.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/uftrace/uftrace_0.10.bb b/meta-oe/recipes-devtools/uftrace/uftrace_0.11.bb index f7b952fc49..59c9dd4cb6 100644 --- a/meta-oe/recipes-devtools/uftrace/uftrace_0.10.bb +++ b/meta-oe/recipes-devtools/uftrace/uftrace_0.11.bb | |||
@@ -10,8 +10,7 @@ DEPENDS:append:libc-musl = " argp-standalone" | |||
10 | 10 | ||
11 | inherit autotools | 11 | inherit autotools |
12 | 12 | ||
13 | PV .= "+git${SRCPV}" | 13 | SRCREV = "304a492652dc0fd220f601167c4ebb30e2ae4a39" |
14 | SRCREV = "a5e5a51d32bdfe59af8b453ca08d78cbdf0b3c61" | ||
15 | SRC_URI = "git://github.com/namhyung/${BPN};branch=master;protocol=https \ | 14 | SRC_URI = "git://github.com/namhyung/${BPN};branch=master;protocol=https \ |
16 | " | 15 | " |
17 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |