diff options
Diffstat (limited to 'meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb')
-rw-r--r-- | meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb b/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb index a67bf8b182..c1923f72aa 100644 --- a/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb +++ b/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb | |||
@@ -5,7 +5,14 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3c42211d73c3faa1026e671dd39883fa" | |||
5 | PR = "r3" | 5 | PR = "r3" |
6 | 6 | ||
7 | SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/numpy-${PV}.tar.gz \ | 7 | SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/numpy-${PV}.tar.gz \ |
8 | file://config.h \ | 8 | ${CONFIGFILESURI} \ |
9 | " | ||
10 | CONFIGFILESURI ?= "" | ||
11 | |||
12 | CONFIGFILESURI_arm = "file://config.h \ | ||
13 | file://numpyconfig.h \ | ||
14 | " | ||
15 | CONFIGFILESURI_mipsel = "file://config.h \ | ||
9 | file://numpyconfig.h \ | 16 | file://numpyconfig.h \ |
10 | " | 17 | " |
11 | 18 | ||