mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +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"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
DEPENDS = "libaio zlib"
|
||||
DEPENDS = "libaio zlib coreutils-native"
|
||||
RDEPENDS_${PN} = "python bash"
|
||||
|
||||
PACKAGECONFIG_NUMA = "numa"
|
||||
|
||||
Reference in New Issue
Block a user