diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-11-03 17:19:21 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-11-06 08:47:16 -0800 |
commit | 4252e49ff2e3beb5fc40cd3319da7e0f88016445 (patch) | |
tree | fa522f911ab138aa88f5fb74f74221f305b2b6cf | |
parent | 432de79b9a990a1a3a844232b5462989f00cafc4 (diff) | |
download | meta-openembedded-4252e49ff2e3beb5fc40cd3319da7e0f88016445.tar.gz |
uftrace: upgrade 0.13.1 -> 0.14
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-devtools/uftrace/uftrace_0.14.bb (renamed from meta-oe/recipes-devtools/uftrace/uftrace_0.13.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/uftrace/uftrace_0.13.1.bb b/meta-oe/recipes-devtools/uftrace/uftrace_0.14.bb index 4e1edc6cef..415cfe1b0f 100644 --- a/meta-oe/recipes-devtools/uftrace/uftrace_0.13.1.bb +++ b/meta-oe/recipes-devtools/uftrace/uftrace_0.14.bb | |||
@@ -10,7 +10,7 @@ DEPENDS:append:libc-musl = " argp-standalone" | |||
10 | 10 | ||
11 | inherit autotools | 11 | inherit autotools |
12 | 12 | ||
13 | SRCREV = "be3f46f7656bd9243b1835337b5350247b030b02" | 13 | SRCREV = "04d73dc31cafef4161321e3c2443a5490ef93018" |
14 | SRC_URI = "git://github.com/namhyung/${BPN};branch=master;protocol=https" | 14 | SRC_URI = "git://github.com/namhyung/${BPN};branch=master;protocol=https" |
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||