mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 18:18:32 +00:00
fio: Depend on coreutils-native for fmt utility
It needs fmt during build, fixes /bin/sh: fmt: command not found Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
35a85e1f78
commit
a82f449dab
@ -10,7 +10,7 @@ SECTION = "console/tests"
|
|||||||
LICENSE = "GPLv2"
|
LICENSE = "GPLv2"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||||
|
|
||||||
DEPENDS = "libaio zlib"
|
DEPENDS = "libaio zlib coreutils-native"
|
||||||
RDEPENDS_${PN} = "python bash"
|
RDEPENDS_${PN} = "python bash"
|
||||||
|
|
||||||
PACKAGECONFIG_NUMA = "numa"
|
PACKAGECONFIG_NUMA = "numa"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user