diff options
Diffstat (limited to 'dynamic-layers/meta-python/recipes-devtools/bpftrace/bpftrace_0.20.1.bb')
-rw-r--r-- | dynamic-layers/meta-python/recipes-devtools/bpftrace/bpftrace_0.20.1.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dynamic-layers/meta-python/recipes-devtools/bpftrace/bpftrace_0.20.1.bb b/dynamic-layers/meta-python/recipes-devtools/bpftrace/bpftrace_0.20.1.bb index 355f427..f0c29f4 100644 --- a/dynamic-layers/meta-python/recipes-devtools/bpftrace/bpftrace_0.20.1.bb +++ b/dynamic-layers/meta-python/recipes-devtools/bpftrace/bpftrace_0.20.1.bb | |||
@@ -25,6 +25,7 @@ SRC_URI = "git://github.com/iovisor/bpftrace;branch=master;protocol=https \ | |||
25 | file://0004-cmake-Bump-max-LLVM-version-to-18.patch \ | 25 | file://0004-cmake-Bump-max-LLVM-version-to-18.patch \ |
26 | file://0001-use-64bit-alignment-for-map-counter-atomic-add.patch \ | 26 | file://0001-use-64bit-alignment-for-map-counter-atomic-add.patch \ |
27 | file://run-ptest \ | 27 | file://run-ptest \ |
28 | file://0001-CMakeLists.txt-allow-to-set-BISON_FLAGS-like-l.patch \ | ||
28 | " | 29 | " |
29 | SRCREV = "fe6362b4e2c1b9d0833c7d3f308c1d4006b54723" | 30 | SRCREV = "fe6362b4e2c1b9d0833c7d3f308c1d4006b54723" |
30 | 31 | ||
@@ -55,6 +56,7 @@ EXTRA_OECMAKE = " \ | |||
55 | -DCMAKE_BUILD_TYPE=Release \ | 56 | -DCMAKE_BUILD_TYPE=Release \ |
56 | -DUSE_SYSTEM_BPF_BCC=ON \ | 57 | -DUSE_SYSTEM_BPF_BCC=ON \ |
57 | -DENABLE_MAN=OFF \ | 58 | -DENABLE_MAN=OFF \ |
59 | -DBISON_FLAGS='--file-prefix-map=${WORKDIR}=' \ | ||
58 | " | 60 | " |
59 | 61 | ||
60 | COMPATIBLE_HOST = "(x86_64.*|aarch64.*|powerpc64.*|riscv64.*)-linux" | 62 | COMPATIBLE_HOST = "(x86_64.*|aarch64.*|powerpc64.*|riscv64.*)-linux" |
@@ -63,3 +65,6 @@ COMPATIBLE_HOST:libc-musl = "null" | |||
63 | INHIBIT_PACKAGE_STRIP_FILES += "\ | 65 | INHIBIT_PACKAGE_STRIP_FILES += "\ |
64 | ${PKGD}${PTEST_PATH}/tests/testprogs/uprobe_test \ | 66 | ${PKGD}${PTEST_PATH}/tests/testprogs/uprobe_test \ |
65 | " | 67 | " |
68 | |||
69 | WARN_QA:append = "${@bb.utils.contains('PTEST_ENABLED', '1', ' buildpaths', '', d)}" | ||
70 | ERROR_QA:remove = "${@bb.utils.contains('PTEST_ENABLED', '1', 'buildpaths', '', d)}" | ||