summaryrefslogtreecommitdiffstats
path: root/dynamic-layers
diff options
context:
space:
mode:
authorMichal Wojcik <michal.wojcik@linaro.org>2022-09-28 12:27:37 +0200
committerKhem Raj <raj.khem@gmail.com>2022-09-28 10:09:02 -0400
commit80cb96d65e226a3990b453189fc603e831eb7c60 (patch)
treee74ab9f135b3af705147f20bf2eaacaa141170a0 /dynamic-layers
parent025c2dcd2d26177baa363aef471cf9c6c4d28357 (diff)
downloadmeta-clang-80cb96d65e226a3990b453189fc603e831eb7c60.tar.gz
bpftrace: Upgrade package to latest master (475ad59)
Upgrade package to include segmentation fault fix added in bb2b5d8. Signed-off-by: Michal Wojcik <michal.wojcik@linaro.org>
Diffstat (limited to 'dynamic-layers')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.16.0.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.16.0.bb b/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.16.0.bb
index d39b01a..f671b0d 100644
--- a/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.16.0.bb
+++ b/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.16.0.bb
@@ -16,9 +16,8 @@ DEPENDS += "bison-native \
16PV .= "+git${SRCREV}" 16PV .= "+git${SRCREV}"
17RDEPENDS:${PN} += "bash python3 xz" 17RDEPENDS:${PN} += "bash python3 xz"
18 18
19SRC_URI = "git://github.com/iovisor/bpftrace;branch=master;protocol=https \ 19SRC_URI = "git://github.com/iovisor/bpftrace;branch=master;protocol=https"
20" 20SRCREV = "475ad59c48ba3a85bb58283ea24d41f94d8d8ed6"
21SRCREV = "ed06d87ef19e0b24a96244b1bf50ef85c3f63a37"
22 21
23S = "${WORKDIR}/git" 22S = "${WORKDIR}/git"
24 23