From 9fede488dc6f1320f6000be93953a887ade52eb7 Mon Sep 17 00:00:00 2001 From: Fathi Boudra Date: Fri, 11 Oct 2013 08:09:00 +0000 Subject: python-numpy: add config files for armeb architecture Fix python-numpy build failure on armeb architecture. Signed-off-by: Anders Roxell Acked-by: Koen Kooi Signed-off-by: Martin Jansa --- meta-oe/recipes-devtools/python/python-numpy_1.7.0.bb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta-oe/recipes-devtools/python/python-numpy_1.7.0.bb') diff --git a/meta-oe/recipes-devtools/python/python-numpy_1.7.0.bb b/meta-oe/recipes-devtools/python/python-numpy_1.7.0.bb index 7d2f2e214f..e6d328f946 100644 --- a/meta-oe/recipes-devtools/python/python-numpy_1.7.0.bb +++ b/meta-oe/recipes-devtools/python/python-numpy_1.7.0.bb @@ -2,6 +2,7 @@ DESCRIPTION = "A sophisticated Numeric Processing Package for Python" SECTION = "devel/python" LICENSE = "PSF" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f87832d854acbade6e9f5c601c8b30b1" +PR = "r1" SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/numpy-${PV}.tar.gz \ ${CONFIGFILESURI} " @@ -16,6 +17,10 @@ CONFIGFILESURI_arm = " \ file://config.h \ file://numpyconfig.h \ " +CONFIGFILESURI_armeb = " \ + file://config.h \ + file://numpyconfig.h \ +" CONFIGFILESURI_mipsel = " \ file://config.h \ file://numpyconfig.h \ -- cgit v1.2.3-54-g00ecf