* [PATCH] python-numpy: Mark as COMPATIBLE_HOST="arm.*".
@ 2010-09-22 0:43 Graham Gower
2010-09-22 7:54 ` Koen Kooi
0 siblings, 1 reply; 3+ messages in thread
From: Graham Gower @ 2010-09-22 0:43 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Graham Gower <graham.gower@gmail.com>
---
recipes/python/python-numpy_1.1.1.bb | 1 +
recipes/python/python-numpy_1.4.1.bb | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/recipes/python/python-numpy_1.1.1.bb b/recipes/python/python-numpy_1.1.1.bb
index f5c23e0..878e060 100644
--- a/recipes/python/python-numpy_1.1.1.bb
+++ b/recipes/python/python-numpy_1.1.1.bb
@@ -4,6 +4,7 @@ PRIORITY = "optional"
LICENSE = "PSF"
PR = "ml0"
+COMPATIBLE_HOST = "arm.*"
SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/numpy-${PV}.tar.gz \
file://unbreak-assumptions.diff \
file://trycompile.diff \
diff --git a/recipes/python/python-numpy_1.4.1.bb b/recipes/python/python-numpy_1.4.1.bb
index f4941cf..062b1a3 100644
--- a/recipes/python/python-numpy_1.4.1.bb
+++ b/recipes/python/python-numpy_1.4.1.bb
@@ -4,6 +4,7 @@ PRIORITY = "optional"
LICENSE = "PSF"
PR = "ml0"
+COMPATIBLE_HOST = "arm.*"
SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/numpy-${PV}.tar.gz \
file://config.h \
file://numpyconfig.h \
--
1.7.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-09-22 10:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-22 0:43 [PATCH] python-numpy: Mark as COMPATIBLE_HOST="arm.*" Graham Gower
2010-09-22 7:54 ` Koen Kooi
2010-09-22 10:31 ` Graham Gower
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.