diff options
-rw-r--r-- | dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.14.1.bb | 8 |
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}" | 16 | PV .= "+git${SRCREV}" |
17 | RDEPENDS:${PN} += "bash python3 xz" | 17 | RDEPENDS:${PN} += "bash python3 xz" |
18 | 18 | ||
19 | SRC_URI = "git://github.com/iovisor/bpftrace;branch=v0.14_release;protocol=https \ | 19 | SRC_URI = "git://github.com/iovisor/bpftrace;branch=master;protocol=https \ |
20 | " | 20 | " |
21 | SRCREV = "20e48420ba3a5c6f3630ab25b6b5c28d950b5bb4" | 21 | SRCREV = "0a318e53343aa51f811183534916a4be65a1871e" |
22 | 22 | ||
23 | S = "${WORKDIR}/git" | 23 | S = "${WORKDIR}/git" |
24 | 24 | ||
@@ -38,5 +38,5 @@ EXTRA_OECMAKE = " \ | |||
38 | -DENABLE_MAN=OFF \ | 38 | -DENABLE_MAN=OFF \ |
39 | " | 39 | " |
40 | 40 | ||
41 | COMPATIBLE_HOST = "(x86_64.*|aarch64.*|powerpc64.*)-linux" | 41 | COMPATIBLE_HOST = "(x86_64.*|aarch64.*|powerpc64.*|riscv64.*)-linux" |
42 | COMPATIBLE_HOST:libc-musl = "null" | 42 | COMPATIBLE_HOST:libc-musl = "null" |