From 52fe689c2d500524ae3f0762cad4e10e292a78f5 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 8 Feb 2024 15:30:13 +0100 Subject: 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 Signed-off-by: Khem Raj --- meta-filesystems/recipes-utils/xfstests/xfstests_2024.01.14.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-filesystems/recipes-utils') diff --git a/meta-filesystems/recipes-utils/xfstests/xfstests_2024.01.14.bb b/meta-filesystems/recipes-utils/xfstests/xfstests_2024.01.14.bb index e644272a51..d0237649e9 100644 --- a/meta-filesystems/recipes-utils/xfstests/xfstests_2024.01.14.bb +++ b/meta-filesystems/recipes-utils/xfstests/xfstests_2024.01.14.bb @@ -34,6 +34,7 @@ RDEPENDS:${PN} += "\ python3-core \ xfsprogs \ acl \ + gawk \ " USERADD_PACKAGES = "${PN}" -- cgit 1.2.3-korg