[oe-commits] Andre McCurdy : python-numpy: use x86 over-ride instead of i586

git at git.openembedded.org git at git.openembedded.org
Mon Jun 8 16:34:50 UTC 2015


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

Author: Andre McCurdy <armccurdy at gmail.com>
Date:   Thu Jun  4 12:24:46 2015 -0700

python-numpy: use x86 over-ride instead of i586

Support i686 without needing to duplicate the i586 over-ride.

Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-devtools/python/python-numpy/{i586 => x86}/config.h      | 0
 meta/recipes-devtools/python/python-numpy/{i586 => x86}/numpyconfig.h | 0
 meta/recipes-devtools/python/python-numpy_1.7.0.bb                    | 2 +-
 3 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/python/python-numpy/i586/config.h b/meta/recipes-devtools/python/python-numpy/x86/config.h
similarity index 100%
rename from meta/recipes-devtools/python/python-numpy/i586/config.h
rename to meta/recipes-devtools/python/python-numpy/x86/config.h
diff --git a/meta/recipes-devtools/python/python-numpy/i586/numpyconfig.h b/meta/recipes-devtools/python/python-numpy/x86/numpyconfig.h
similarity index 100%
rename from meta/recipes-devtools/python/python-numpy/i586/numpyconfig.h
rename to meta/recipes-devtools/python/python-numpy/x86/numpyconfig.h
diff --git a/meta/recipes-devtools/python/python-numpy_1.7.0.bb b/meta/recipes-devtools/python/python-numpy_1.7.0.bb
index d4fd279..81cdfde 100644
--- a/meta/recipes-devtools/python/python-numpy_1.7.0.bb
+++ b/meta/recipes-devtools/python/python-numpy_1.7.0.bb
@@ -26,7 +26,7 @@ CONFIGFILESURI_mipsel = " \
     file://config.h \
     file://numpyconfig.h \
 "
-CONFIGFILESURI_i586 = " \
+CONFIGFILESURI_x86 = " \
     file://config.h \
     file://numpyconfig.h \
 "



More information about the Openembedded-commits mailing list