From e409d68cf12872226913ee5e83c22935d623edc7 Mon Sep 17 00:00:00 2001 From: Philip Balister Date: Thu, 9 May 2013 19:51:06 +0000 Subject: python-numpy : Add support for x86-64 builds. Build tested with a qemux86-64 build. Signed-off-by: Philip Balister Signed-off-by: Martin Jansa --- meta-oe/recipes-devtools/python/python-numpy_1.7.0.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'meta-oe/recipes-devtools/python/python-numpy_1.7.0.bb') diff --git a/meta-oe/recipes-devtools/python/python-numpy_1.7.0.bb b/meta-oe/recipes-devtools/python/python-numpy_1.7.0.bb index a3698d30f4..f6b435ceed 100644 --- a/meta-oe/recipes-devtools/python/python-numpy_1.7.0.bb +++ b/meta-oe/recipes-devtools/python/python-numpy_1.7.0.bb @@ -20,7 +20,10 @@ CONFIGFILESURI_mipsel = "file://config.h \ CONFIGFILESURI_i586 = "file://config.h \ file://numpyconfig.h \ -" + " +CONFIGFILESURI_x86-64 = "file://config.h \ + file://_numpyconfig.h \ + " S = "${WORKDIR}/numpy-${PV}" -- cgit v1.2.3-54-g00ecf