[oe] [meta-oe][PATCH] fio: re-enable building for ARM

Dominic Sacré dominic.sacre at gmx.de
Wed Jul 15 23:00:19 UTC 2015


fio's use of libnuma/numactl is optional, and the availability of
the library is detected during configure.

This patch allows fio to build for ARM again, by conditionally
removing the dependency on numactl (which does not support ARM).

Signed-off-by: Dominic Sacré <dominic.sacre at gmx.de>
---
 meta-oe/recipes-benchmark/fio/fio_2.2.6.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 82f9cd4..fe41020 100644
--- a/meta-oe/recipes-benchmark/fio/fio_2.2.6.bb
+++ b/meta-oe/recipes-benchmark/fio/fio_2.2.6.bb
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
 DEPENDS = "libaio zlib numactl"
 
 # ARM does not currently support NUMA
-COMPATIBLE_HOST = "^((?!arm).*)$"
+DEPENDS_remove_arm = "numactl"
 
 # rev for v2.2.6
 SRCREV = "f52c9691bc8c285f3445235c69acdfd6de7f9b82"
-- 
2.4.5




More information about the Openembedded-devel mailing list