mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-27 12:01:38 +01:00
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:
parent
a708f2da48
commit
52fe689c2d
|
|
@ -34,6 +34,7 @@ RDEPENDS:${PN} += "\
|
|||
python3-core \
|
||||
xfsprogs \
|
||||
acl \
|
||||
gawk \
|
||||
"
|
||||
|
||||
USERADD_PACKAGES = "${PN}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user