summaryrefslogtreecommitdiffstats
path: root/dynamic-layers
diff options
context:
space:
mode:
authorMichal Wojcik <michal.wojcik@linaro.org>2022-09-29 18:36:54 +0200
committerKhem Raj <raj.khem@gmail.com>2022-09-29 18:50:28 -0400
commit3562c9768b73aa15916aca6ae5956bffdada1110 (patch)
tree0577b72674c02ec8a1dcc7c1623fa1b96fd93520 /dynamic-layers
parent80cb96d65e226a3990b453189fc603e831eb7c60 (diff)
downloadmeta-clang-3562c9768b73aa15916aca6ae5956bffdada1110.tar.gz
bpftrace: Upgrade package to latest master (a277ec4)
Include segfault workaround for LLVM 15 OpaquePointers (a277ec4). 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.bb2
1 files changed, 1 insertions, 1 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 f671b0d..7e8ec73 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
@@ -17,7 +17,7 @@ PV .= "+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"
20SRCREV = "475ad59c48ba3a85bb58283ea24d41f94d8d8ed6" 20SRCREV = "a277ec42102c463d656df8f64eb2f7e87e322210"
21 21
22S = "${WORKDIR}/git" 22S = "${WORKDIR}/git"
23 23