summaryrefslogtreecommitdiffstats
path: root/dynamic-layers
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-02-21 07:57:54 -0800
committerKhem Raj <raj.khem@gmail.com>2022-02-21 18:25:59 -0800
commit94bb22ff6975f7778b04c042ec8c2ec1a344398c (patch)
treedda4c5533a043f4d0d3333f0842e3ca038457b3a /dynamic-layers
parent9bcf8e4c708e208b5f94633b94262f62a94d5162 (diff)
downloadmeta-clang-94bb22ff6975f7778b04c042ec8c2ec1a344398c.tar.gz
bpftrace: Upgrade to latest master
Enable riscv64 as the support is now available this update is needed for it to work with clang14 Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'dynamic-layers')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.14.1.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.14.1.bb b/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.14.1.bb
index 21078b9..b63e8f3 100644
--- a/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.14.1.bb
+++ b/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.14.1.bb
@@ -13,12 +13,12 @@ DEPENDS += "bison-native \
13 libbpf \ 13 libbpf \
14 " 14 "
15 15
16#PV .= "+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=v0.14_release;protocol=https \ 19SRC_URI = "git://github.com/iovisor/bpftrace;branch=master;protocol=https \
20 " 20 "
21SRCREV = "20e48420ba3a5c6f3630ab25b6b5c28d950b5bb4" 21SRCREV = "0a318e53343aa51f811183534916a4be65a1871e"
22 22
23S = "${WORKDIR}/git" 23S = "${WORKDIR}/git"
24 24
@@ -38,5 +38,5 @@ EXTRA_OECMAKE = " \
38 -DENABLE_MAN=OFF \ 38 -DENABLE_MAN=OFF \
39" 39"
40 40
41COMPATIBLE_HOST = "(x86_64.*|aarch64.*|powerpc64.*)-linux" 41COMPATIBLE_HOST = "(x86_64.*|aarch64.*|powerpc64.*|riscv64.*)-linux"
42COMPATIBLE_HOST:libc-musl = "null" 42COMPATIBLE_HOST:libc-musl = "null"