aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
diff options
context:
space:
mode:
authorElvis Dowson <elvis.dowson@gmail.com>2012-07-19 07:13:48 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-07-19 11:09:50 +0200
commitbf63e5def3e0c334faec3a1791d328d8b63c2d24 (patch)
treeb00863abfce936dea457813e5619b25ffbe3d787 /meta-oe/recipes-devtools
parent20cfbc9640550d80c0a484edf9abbc8c58784359 (diff)
downloadmeta-openembedded-bf63e5def3e0c334faec3a1791d328d8b63c2d24.tar.gz
python_numpy: Fix SRC_URI warnings.
This commit fixes the following warnings: WARNING: Unable to get checksum for python-numpy SRC_URI entry config.h: file could not be found WARNING: Unable to get checksum for python-numpy SRC_URI entry numpyconfig.h: file could not be found Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-devtools')
-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"
PR = "r3"
SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/numpy-${PV}.tar.gz \
- file://config.h \
+ ${CONFIGFILESURI} \
+ "
+CONFIGFILESURI ?= ""
+
+CONFIGFILESURI_arm = "file://config.h \
+ file://numpyconfig.h \
+ "
+CONFIGFILESURI_mipsel = "file://config.h \
file://numpyconfig.h \
"