mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +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:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user