diff options
| -rw-r--r-- | meta-oe/dynamic-layers/meta-python/recipes-devtools/bpftrace/bpftrace_0.25.1.bb (renamed from meta-oe/dynamic-layers/meta-python/recipes-devtools/bpftrace/bpftrace_0.24.1.bb) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/dynamic-layers/meta-python/recipes-devtools/bpftrace/bpftrace_0.24.1.bb b/meta-oe/dynamic-layers/meta-python/recipes-devtools/bpftrace/bpftrace_0.25.1.bb index 37e088590f..f28c1547db 100644 --- a/meta-oe/dynamic-layers/meta-python/recipes-devtools/bpftrace/bpftrace_0.24.1.bb +++ b/meta-oe/dynamic-layers/meta-python/recipes-devtools/bpftrace/bpftrace_0.25.1.bb | |||
| @@ -15,11 +15,11 @@ DEPENDS += "bison-native \ | |||
| 15 | " | 15 | " |
| 16 | DEPENDS += "${@bb.utils.contains('PTEST_ENABLED', '1', 'pahole-native llvm-native', '', d)}" | 16 | DEPENDS += "${@bb.utils.contains('PTEST_ENABLED', '1', 'pahole-native llvm-native', '', d)}" |
| 17 | 17 | ||
| 18 | SRC_URI = "git://github.com/iovisor/bpftrace;branch=release/0.24.x;protocol=https;tag=v${PV} \ | 18 | SRC_URI = "git://github.com/iovisor/bpftrace;branch=release/0.25.x;protocol=https;tag=v${PV} \ |
| 19 | file://run-ptest \ | 19 | file://run-ptest \ |
| 20 | file://0002-CMakeLists.txt-allow-to-set-BISON_FLAGS-like-l.patch \ | 20 | file://0002-CMakeLists.txt-allow-to-set-BISON_FLAGS-like-l.patch \ |
| 21 | " | 21 | " |
| 22 | SRCREV = "4c1f02a43f993758d445952ccd96e552752defec" | 22 | SRCREV = "e491811e5d648288c01f42ce087967b271f504a0" |
| 23 | 23 | ||
| 24 | inherit bash-completion cmake ptest pkgconfig | 24 | inherit bash-completion cmake ptest pkgconfig |
| 25 | 25 | ||
| @@ -58,6 +58,7 @@ EXTRA_OECMAKE = " \ | |||
| 58 | -DCMAKE_ENABLE_EXPORTS=1 \ | 58 | -DCMAKE_ENABLE_EXPORTS=1 \ |
| 59 | -DCMAKE_BUILD_TYPE=Release \ | 59 | -DCMAKE_BUILD_TYPE=Release \ |
| 60 | -DUSE_SYSTEM_BPF_BCC=ON \ | 60 | -DUSE_SYSTEM_BPF_BCC=ON \ |
| 61 | -DUSE_SYSTEM_LIBBPF=ON \ | ||
| 61 | -DENABLE_MAN=OFF \ | 62 | -DENABLE_MAN=OFF \ |
| 62 | -DBISON_FLAGS='--file-prefix-map=${WORKDIR}=' \ | 63 | -DBISON_FLAGS='--file-prefix-map=${WORKDIR}=' \ |
| 63 | " | 64 | " |
