summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/bpftrace/bpftrace_0.9.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/bpftrace/bpftrace_0.9.4.bb')
-rw-r--r--recipes-devtools/bpftrace/bpftrace_0.9.4.bb12
1 files changed, 1 insertions, 11 deletions
diff --git a/recipes-devtools/bpftrace/bpftrace_0.9.4.bb b/recipes-devtools/bpftrace/bpftrace_0.9.4.bb
index b4955c8..96c7fb2 100644
--- a/recipes-devtools/bpftrace/bpftrace_0.9.4.bb
+++ b/recipes-devtools/bpftrace/bpftrace_0.9.4.bb
@@ -4,22 +4,16 @@ LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
5 5
6DEPENDS += "bison-native \ 6DEPENDS += "bison-native \
7 ninja-native \
8 elfutils-native \
9 flex-native \ 7 flex-native \
10 gtest-native \ 8 gtest-native \
11 git-native \ 9 git-native \
12 ${MLPREFIX}elfutils \ 10 elfutils \
13 ${MLPREFIX}binutils \
14 ${MLPREFIX}flex \
15 clang \
16 bcc \ 11 bcc \
17 " 12 "
18 13
19RDEPENDS_${PN} += "bash python3" 14RDEPENDS_${PN} += "bash python3"
20 15
21SRC_URI = "git://github.com/iovisor/bpftrace \ 16SRC_URI = "git://github.com/iovisor/bpftrace \
22 file://0001-Allow-to-build-with-OE-llvm-clang-cross-compiled-pac.patch \
23 " 17 "
24SRCREV = "b1200771b61fd77ed7c5b326e7960d24514dd961" 18SRCREV = "b1200771b61fd77ed7c5b326e7960d24514dd961"
25 19
@@ -27,13 +21,9 @@ S = "${WORKDIR}/git"
27 21
28inherit cmake 22inherit cmake
29 23
30OECMAKE_FIND_ROOT_PATH_MODE_PROGRAM = "BOTH"
31
32EXTRA_OECMAKE = " \ 24EXTRA_OECMAKE = " \
33 -DCMAKE_BUILD_TYPE=Release \ 25 -DCMAKE_BUILD_TYPE=Release \
34" 26"
35 27
36FILES_${PN} += "${prefix}/man/*"
37
38COMPATIBLE_HOST = "(x86_64.*|aarch64.*|powerpc64.*)-linux" 28COMPATIBLE_HOST = "(x86_64.*|aarch64.*|powerpc64.*)-linux"
39COMPATIBLE_HOST_libc-musl = "null" 29COMPATIBLE_HOST_libc-musl = "null"