All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-openembedded 1/4] python_numpy: Fix SRC_URI warnings.
@ 2012-07-06  2:52 Elvis Dowson
  2012-07-06  2:52 ` [meta-openembedded 2/4] networkmanager: Set SYSTEMD_PACKAGES as networkmanager-systemd Elvis Dowson
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Elvis Dowson @ 2012-07-06  2:52 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Elvis Dowson

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>
---
 .../recipes-devtools/python/python-numpy_1.4.1.bb  |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

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 \
 	  "
 
-- 
1.7.9.5




^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-07-18  7:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-06  2:52 [meta-openembedded 1/4] python_numpy: Fix SRC_URI warnings Elvis Dowson
2012-07-06  2:52 ` [meta-openembedded 2/4] networkmanager: Set SYSTEMD_PACKAGES as networkmanager-systemd Elvis Dowson
2012-07-06  2:52 ` [meta-openembedded 3/4] lighttpd: Rename to lighttpd_1.4.31.bbappend Elvis Dowson
2012-07-06  2:52 ` [meta-openembedded 4/4] lighttpd: Set SYSTEMD_PACKAGES as lighttpd-systemd Elvis Dowson
2012-07-07 18:35   ` Otavio Salvador
2012-07-18  7:24 ` [meta-openembedded 1/4] python_numpy: Fix SRC_URI warnings Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.