bcc: update to 0.19.0.

This commit is contained in:
Leah Neukirchen 2021-03-22 14:28:49 +01:00
parent 497655bb86
commit c43fdd00f6

View file

@ -1,6 +1,6 @@
# Template file for 'bcc'
pkgname=bcc
version=0.18.0
version=0.19.0
revision=1
wrksrc="bcc"
build_style=cmake
@ -13,7 +13,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="Apache-2.0"
homepage="https://github.com/iovisor/bcc"
distfiles="https://github.com/iovisor/bcc/releases/download/v${version}/bcc-src-with-submodule.tar.gz"
checksum=d05f2da69545bbb727b929e581c12f6c47729316211899d3734e08f7cff2215b
checksum=4c41fc1a6a7ef2084b43c52c1b2e6104230ba9f31e02958416bf131d848e74e4
python_version="3"
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
@ -22,6 +22,7 @@ fi
post_extract() {
sed -i '/tests/d' CMakeLists.txt # break on musl
sed -i 's/<error.h>/<errno.h>/' examples/cpp/KModRetExample.cc
}
bcc-tools_package() {
short_desc+=" - tools"