[oe-commits] Elvis Dowson : python_numpy: Fix SRC_URI warnings.

git at git.openembedded.org git at git.openembedded.org
Thu Jul 19 09:13:00 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: bf63e5def3e0c334faec3a1791d328d8b63c2d24
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=bf63e5def3e0c334faec3a1791d328d8b63c2d24

Author: Elvis Dowson <elvis.dowson at gmail.com>
Date:   Thu Jul 19 07:13:48 2012 +0000

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 at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 .../recipes-devtools/python/python-numpy_1.4.1.bb  |    9 ++++++++-
 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 a67bf8b..c1923f7 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 \
 	  "
 





More information about the Openembedded-commits mailing list