aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-10-05 08:51:05 -0700
committerKhem Raj <raj.khem@gmail.com>2019-10-05 09:53:30 -0700
commita82f449dab48f014ba935ee842ad420fdfef004c (patch)
treedcec72618743ed4a05241d4f82a1f1ec47b4c576
parent35a85e1f7898d5703cb598d996b76b081034e950 (diff)
downloadmeta-openembedded-a82f449dab48f014ba935ee842ad420fdfef004c.tar.gz
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>
-rw-r--r--meta-oe/recipes-benchmark/fio/fio_3.16.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-benchmark/fio/fio_3.16.bb b/meta-oe/recipes-benchmark/fio/fio_3.16.bb
index 092b2bead0..0db4a2e878 100644
--- a/meta-oe/recipes-benchmark/fio/fio_3.16.bb
+++ b/meta-oe/recipes-benchmark/fio/fio_3.16.bb
@@ -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"