diff mbox series

[meta-filesystems] xfstests: add missing run-time dependencies

Message ID 20241206090842.13692-1-brgl@bgdev.pl
State Accepted
Headers show
Series [meta-filesystems] xfstests: add missing run-time dependencies | expand

Commit Message

Bartosz Golaszewski Dec. 6, 2024, 9:08 a.m. UTC
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

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>
---
 .../recipes-utils/xfstests/xfstests_2024.03.03.bb            | 5 +++++
 1 file changed, 5 insertions(+)
diff mbox series

Patch

diff --git a/meta-filesystems/recipes-utils/xfstests/xfstests_2024.03.03.bb b/meta-filesystems/recipes-utils/xfstests/xfstests_2024.03.03.bb
index 8d997ef643..695d81c2b1 100644
--- a/meta-filesystems/recipes-utils/xfstests/xfstests_2024.03.03.bb
+++ b/meta-filesystems/recipes-utils/xfstests/xfstests_2024.03.03.bb
@@ -36,6 +36,11 @@  RDEPENDS:${PN} += "\
     xfsprogs \
     acl \
     gawk \
+    util-linux-mkfs \
+    util-linux-mount \
+    util-linux-findmnt \
+    inetutils-hostname \
+    grep \
 "
 
 USERADD_PACKAGES = "${PN}"