diff options
author | Khem Raj <raj.khem@gmail.com> | 2014-08-28 19:52:21 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-01 18:03:06 +0100 |
commit | 3150bdc7f8b9c72a5e2a3cec4e9cb6639aca0924 (patch) | |
tree | 9d6ab3808e06795be4a6a5a637e40ff6061c9765 /meta/recipes-devtools/python/python-numpy_1.7.0.bb | |
parent | f61eac4a608282ac431981907710dea5ce7149e1 (diff) | |
download | poky-3150bdc7f8b9c72a5e2a3cec4e9cb6639aca0924.tar.gz |
python-numpy: Fix build for mips64
Add missing mips64 specific config files
(From OE-Core rev: 4c0a9ccbad2889b27b4b1d2ab91215a4bdcca3ce)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python-numpy_1.7.0.bb')
-rw-r--r-- | meta/recipes-devtools/python/python-numpy_1.7.0.bb | 4 |
1 files changed, 4 insertions, 0 deletions
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 903ec7ba9c..6cb14c9432 100644 --- a/meta/recipes-devtools/python/python-numpy_1.7.0.bb +++ b/meta/recipes-devtools/python/python-numpy_1.7.0.bb | |||
@@ -46,6 +46,10 @@ CONFIGFILESURI_powerpc64 = " \ | |||
46 | file://config.h \ | 46 | file://config.h \ |
47 | file://_numpyconfig.h \ | 47 | file://_numpyconfig.h \ |
48 | " | 48 | " |
49 | CONFIGFILESURI_mips64 = " \ | ||
50 | file://config.h \ | ||
51 | file://_numpyconfig.h \ | ||
52 | " | ||
49 | 53 | ||
50 | S = "${WORKDIR}/numpy-${PV}" | 54 | S = "${WORKDIR}/numpy-${PV}" |
51 | 55 | ||