main/lttng-ust: add gawk to checkdepends

Busybox awk was patched in 62d3d893f5
and this is now causing tap-driver.sh to have an "internal error in
function report()" (more info: lttng-ust-2.13.6-r2.log on build.a.o)
This commit is contained in:
Celeste 2024-05-21 02:41:22 +00:00
parent b69b6c51ce
commit ea52d9823d

View file

@ -9,7 +9,7 @@ arch="all"
license="LGPL-2.1-only AND GPL-2.0-only AND MIT"
depends_dev="userspace-rcu-dev>0.10"
makedepends="$depends_dev util-linux-dev linux-headers python3 py3-setuptools"
checkdepends="bash"
checkdepends="bash gawk"
subpackages="$pkgname-doc $pkgname-dev $pkgname-tools::noarch py3-lttng:pyagent"
source="https://lttng.org/files/lttng-ust/lttng-ust-$pkgver.tar.bz2"