mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-12 03:24:08 +00:00
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:
committed by
Khem Raj
parent
68ac4d21c2
commit
f3d301643e
@@ -36,6 +36,11 @@ RDEPENDS:${PN} += "\
|
||||
xfsprogs \
|
||||
acl \
|
||||
gawk \
|
||||
util-linux-mkfs \
|
||||
util-linux-mount \
|
||||
util-linux-findmnt \
|
||||
inetutils-hostname \
|
||||
grep \
|
||||
"
|
||||
|
||||
USERADD_PACKAGES = "${PN}"
|
||||
|
||||
Reference in New Issue
Block a user