diff options
Diffstat (limited to 'meta-oe/recipes-devtools/python/python-numpy_1.7.0.bb')
-rw-r--r-- | meta-oe/recipes-devtools/python/python-numpy_1.7.0.bb | 5 |
1 files changed, 4 insertions, 1 deletions
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 \ | |||
20 | 20 | ||
21 | CONFIGFILESURI_i586 = "file://config.h \ | 21 | CONFIGFILESURI_i586 = "file://config.h \ |
22 | file://numpyconfig.h \ | 22 | file://numpyconfig.h \ |
23 | " | 23 | " |
24 | CONFIGFILESURI_x86-64 = "file://config.h \ | ||
25 | file://_numpyconfig.h \ | ||
26 | " | ||
24 | 27 | ||
25 | S = "${WORKDIR}/numpy-${PV}" | 28 | S = "${WORKDIR}/numpy-${PV}" |
26 | 29 | ||