xfstests: add missing run-time dependencies

The test program passes command-line arguments to hostname, grep and
mount that are not present in busybox' variants, so we need to pull in
the real things. The recipe also misses mkfs and findmnt programs so add
those to RDEPENDS as well.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Bartosz Golaszewski
2024-12-06 10:08:42 +01:00
committed by Khem Raj
parent 68ac4d21c2
commit f3d301643e

View File

@@ -36,6 +36,11 @@ RDEPENDS:${PN} += "\
xfsprogs \
acl \
gawk \
util-linux-mkfs \
util-linux-mount \
util-linux-findmnt \
inetutils-hostname \
grep \
"
USERADD_PACKAGES = "${PN}"