From 86a83e2e540b5900c16e2fb35aa055bf8607da90 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Sun, 5 Apr 2015 06:07:01 -0700 Subject: fio: Fix QA warnings WAWARNING: QA Issue: fio rdepends on numactl, but it isn't a build dependency? [build-deps] Signed-off-by: Armin Kuster Signed-off-by: Martin Jansa Signed-off-by: Armin Kuster --- meta-oe/recipes-benchmark/fio/fio_2.2.6.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'meta-oe/recipes-benchmark/fio') diff --git a/meta-oe/recipes-benchmark/fio/fio_2.2.6.bb b/meta-oe/recipes-benchmark/fio/fio_2.2.6.bb index 13534ccd66..82f9cd4238 100644 --- a/meta-oe/recipes-benchmark/fio/fio_2.2.6.bb +++ b/meta-oe/recipes-benchmark/fio/fio_2.2.6.bb @@ -10,7 +10,10 @@ SECTION = "console/tests" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" -DEPENDS = "libaio zlib" +DEPENDS = "libaio zlib numactl" + +# ARM does not currently support NUMA +COMPATIBLE_HOST = "^((?!arm).*)$" # rev for v2.2.6 SRCREV = "f52c9691bc8c285f3445235c69acdfd6de7f9b82" -- cgit 1.2.3-korg