summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.13.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.13.0.bb')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.13.0.bb36
1 files changed, 36 insertions, 0 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.13.0.bb b/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.13.0.bb
new file mode 100644
index 0000000..83e4722
--- /dev/null
+++ b/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.13.0.bb
@@ -0,0 +1,36 @@
1SUMMARY = "bpftrace"
2HOMEPAGE = "https://github.com/iovisor/bpftrace"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
5
6DEPENDS += "bison-native \
7 flex-native \
8 gzip-native \
9 elfutils \
10 bcc \
11 systemtap \
12 libcereal \
13 "
14
15PV .= "+git${SRCREV}"
16RDEPENDS:${PN} += "bash python3 xz"
17
18SRC_URI = "git://github.com/iovisor/bpftrace;branch=master \
19 file://0001-support-clang-upto-version-13.patch \
20 "
21SRCREV = "18aa073ee86260878bc76227a5023171f6c29200"
22
23S = "${WORKDIR}/git"
24
25inherit cmake
26
27EXTRA_OECMAKE = " \
28 -DCMAKE_ENABLE_EXPORTS=1 \
29 -DCMAKE_BUILD_TYPE=Release \
30 -DLLVM_REQUESTED_VERSION=13 \
31 -DBUILD_TESTING=OFF \
32 -DENABLE_MAN=OFF \
33"
34
35COMPATIBLE_HOST = "(x86_64.*|aarch64.*|powerpc64.*)-linux"
36COMPATIBLE_HOST:libc-musl = "null"