mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +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:
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}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user