summaryrefslogtreecommitdiff
path: root/package/ola/Config.in
diff options
context:
space:
mode:
authorJörg Krause <joerg.krause@embedded.rocks>2016-11-24 22:18:18 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-11-25 17:49:01 +0100
commit1683c91c127098326b4e94fe9a440f95c474b813 (patch)
tree03f7758a213b1ffdd088ed9aaefb851e25e7d311 /package/ola/Config.in
parent9d5241615af6fcd134d9937fc4c00ea33825d6db (diff)
package/ola: fix missing numpy
OLAs RDM test option needs NumPy. Note that we need to pass `ac_cv_have_pymod_numpy=yes` as NumPy builds some shared libraries and ola checks for NumPy using a host Python test program which fails with 'wrong ELF class'. Fixes: http://autobuild.buildroot.net/results/750/750c9bcc753e2c1b7b05d6c43fabf4c405e15f04/ http://autobuild.buildroot.net/results/24a/24ada1e0ec695cb12028048728a9d1e2bcf75a03/ http://autobuild.buildroot.net/results/111/111c5f3eed6a5931de27a1b0b02be6e2114198e6/ .. and more. Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/ola/Config.in')
-rw-r--r--package/ola/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/ola/Config.in b/package/ola/Config.in
index 7b56f5ca9..2f1d33ef2 100644
--- a/package/ola/Config.in
+++ b/package/ola/Config.in
@@ -54,6 +54,8 @@ config BR2_PACKAGE_OLA_EXAMPLES
config BR2_PACKAGE_OLA_RDM_TESTS
bool "rdm tests"
depends on BR2_PACKAGE_OLA_PYTHON_BINDINGS
+ depends on BR2_PACKAGE_PYTHON_NUMPY_ARCH_SUPPORTS
+ select BR2_PACKAGE_PYTHON_NUMPY
help
Build OLA RDM tests.