summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb')
-rw-r--r--meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb9
1 files changed, 8 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb b/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb
index a67bf8b182..c1923f72aa 100644
--- a/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb
+++ b/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb
@@ -5,7 +5,14 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3c42211d73c3faa1026e671dd39883fa"
5PR = "r3" 5PR = "r3"
6 6
7SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/numpy-${PV}.tar.gz \ 7SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/numpy-${PV}.tar.gz \
8 file://config.h \ 8 ${CONFIGFILESURI} \
9 "
10CONFIGFILESURI ?= ""
11
12CONFIGFILESURI_arm = "file://config.h \
13 file://numpyconfig.h \
14 "
15CONFIGFILESURI_mipsel = "file://config.h \
9 file://numpyconfig.h \ 16 file://numpyconfig.h \
10 " 17 "
11 18