From f3d301643e51f1421634972e6612fc33a5c8beaf Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Fri, 6 Dec 2024 10:08:42 +0100 Subject: 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 Signed-off-by: Khem Raj --- meta-filesystems/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}" -- cgit v1.2.3-54-g00ecf