From a82f449dab48f014ba935ee842ad420fdfef004c Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 5 Oct 2019 08:51:05 -0700 Subject: 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 --- meta-oe/recipes-benchmark/fio/fio_3.16.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-benchmark') 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" -- cgit 1.2.3-korg