* [meta-filesystems][PATCH] xfstests: add missing run-time dependencies
@ 2024-12-06 9:08 Bartosz Golaszewski
0 siblings, 0 replies; only message in thread
From: Bartosz Golaszewski @ 2024-12-06 9:08 UTC (permalink / raw)
To: Khem Raj, Bruce Ashfield, openembedded-devel; +Cc: Bartosz Golaszewski
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 --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}"
--
2.45.2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-12-06 9:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-06 9:08 [meta-filesystems][PATCH] xfstests: add missing run-time dependencies Bartosz Golaszewski
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.