summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer
diff options
context:
space:
mode:
Diffstat (limited to 'dynamic-layers/openembedded-layer')
-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"