mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/bpftrace: bump version to 0.24.2
https://github.com/bpftrace/bpftrace/blob/v0.24.2/CHANGELOG.md
Version 0.24.0 contains: "Add support for LLVM 21"
Buildroot commit d6a7c02263 bumped llvm to
the 21 series causing a build error with bpftrace:
CMake Error at CMakeLists.txt:168 (message):
Unsupported LLVM version found via
/home/autobuild/autobuild/instance-14/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include:
21
CMake Error at CMakeLists.txt:169 (message):
Only versions between 16 and 20 are supported
Fixes:
https://autobuild.buildroot.net/results/2bf/2bf26b4848796ab031ab0767b97aba63a35f1184/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
61f5e2efca
commit
97e2f63bdf
@@ -1,3 +1,3 @@
|
||||
# locally calculated
|
||||
sha256 3b374c3618ff055d279ddd2fcf4393feb88b4b03284b8b6f69f1e0dedd20662c bpftrace-0.23.3.tar.gz
|
||||
sha256 e0514aa3e1a032b0b2de2cf3c281bfee9b9e80509498e70ed78786bbd64db373 bpftrace-0.24.2.tar.gz
|
||||
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
BPFTRACE_VERSION = 0.23.3
|
||||
BPFTRACE_VERSION = 0.24.2
|
||||
BPFTRACE_SITE = $(call github,bpftrace,bpftrace,v$(BPFTRACE_VERSION))
|
||||
BPFTRACE_LICENSE = Apache-2.0
|
||||
BPFTRACE_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user