lttng-ust: update to 2.10.0. (#8464)
This commit is contained in:
parent
1c828f65cd
commit
7e02555320
2 changed files with 4 additions and 4 deletions
|
@ -2434,8 +2434,9 @@ liburcu-qsbr.so.6 liburcu-0.10.0_1
|
||||||
liburcu-signal.so.6 liburcu-0.10.0_1
|
liburcu-signal.so.6 liburcu-0.10.0_1
|
||||||
liburcu.so.6 liburcu-0.10.0_1
|
liburcu.so.6 liburcu-0.10.0_1
|
||||||
liblttng-ust.so.0 lttng-ust-2.7.2_1
|
liblttng-ust.so.0 lttng-ust-2.7.2_1
|
||||||
liblttng-ust-ctl.so.2 lttng-ust-2.7.2_1
|
liblttng-ust-ctl.so.4 lttng-ust-2.10.0_1
|
||||||
liblttng-ust-fork.so.0 lttng-ust-2.7.2_1
|
liblttng-ust-fork.so.0 lttng-ust-2.7.2_1
|
||||||
|
liblttng-ust-fd.so.0 lttng-ust-2.10.0_1
|
||||||
liblttng-ust-libc-wrapper.so.0 lttng-ust-2.7.2_1
|
liblttng-ust-libc-wrapper.so.0 lttng-ust-2.7.2_1
|
||||||
liblttng-ust-pthread-wrapper.so.0 lttng-ust-2.7.2_1
|
liblttng-ust-pthread-wrapper.so.0 lttng-ust-2.7.2_1
|
||||||
liblttng-ust-cyg-profile.so.0 lttng-ust-2.7.2_1
|
liblttng-ust-cyg-profile.so.0 lttng-ust-2.7.2_1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# template file for 'lttng-ust'
|
# template file for 'lttng-ust'
|
||||||
pkgname=lttng-ust
|
pkgname=lttng-ust
|
||||||
version=2.9.1
|
version=2.10.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Low-overhead tracing capabilities for userspace"
|
short_desc="Low-overhead tracing capabilities for userspace"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="Simon Thoby <simonthoby@live.fr>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
homepage="http://lttng.org"
|
homepage="http://lttng.org"
|
||||||
distfiles="${homepage}/files/${pkgname}/${pkgname}-${version}.tar.bz2"
|
distfiles="${homepage}/files/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=b891d267cdbbbd11cf34751f66c21c4a7fdc0eec3c1b53be2c40dca073b7daa4
|
checksum=1adb371db7e3ee2540493b76413685d0e3796dd71e4268fdfea3a617ce257dab
|
||||||
makedepends="liburcu-devel"
|
makedepends="liburcu-devel"
|
||||||
|
|
||||||
lttng-ust-devel_package() {
|
lttng-ust-devel_package() {
|
||||||
|
@ -18,6 +18,5 @@ lttng-ust-devel_package() {
|
||||||
vmove /usr/include
|
vmove /usr/include
|
||||||
vmove /usr/lib/pkgconfig
|
vmove /usr/lib/pkgconfig
|
||||||
vmove /usr/lib/*.so
|
vmove /usr/lib/*.so
|
||||||
vmove /usr/lib/*.a
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue