xfstests: add gawk to RDEPENDS

* QA Issue: /usr/xfstests/src/soak_duration.awk contained in package xfstests requires /usr/bin/awk, but no providers found in RDEPENDS:xfstests? [file-rdeps]
  this script which was added with upgrade to 2024.01.14
  causes the file-rdeps QA, but awk is used in various
  tests files even in older version:

  grep -R awk xfstests/2023.10.29/image/usr/xfstests/tests/xfs/ | wc -l
  77
  e.g.:
  xfstests/2023.10.29/image/usr/xfstests/tests/xfs/716:  awk '{print $3}')

Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Martin Jansa 2024-02-08 15:30:13 +01:00 committed by Khem Raj
parent a708f2da48
commit 52fe689c2d
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -34,6 +34,7 @@ RDEPENDS:${PN} += "\
python3-core \
xfsprogs \
acl \
gawk \
"
USERADD_PACKAGES = "${PN}"