diff options
Diffstat (limited to 'meta-oe/recipes-devtools/python/python-matplotlib_1.1.0.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/python/python-matplotlib_1.1.0.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-devtools/python/python-matplotlib_1.1.0.bb b/meta-oe/recipes-devtools/python/python-matplotlib_1.1.0.bb index 788ba2f7cf..7bb61fd57e 100644 --- a/meta-oe/recipes-devtools/python/python-matplotlib_1.1.0.bb +++ b/meta-oe/recipes-devtools/python/python-matplotlib_1.1.0.bb | |||
| @@ -10,7 +10,7 @@ RDEPENDS_${PN} = "python-core python-distutils python-numpy freetype libpng" | |||
| 10 | SRC_URI = "${SOURCEFORGE_MIRROR}/matplotlib/matplotlib-${PV}.tar.gz \ | 10 | SRC_URI = "${SOURCEFORGE_MIRROR}/matplotlib/matplotlib-${PV}.tar.gz \ |
| 11 | file://fix_setup.patch \ | 11 | file://fix_setup.patch \ |
| 12 | file://fix_setupext.patch \ | 12 | file://fix_setupext.patch \ |
| 13 | " | 13 | " |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/matplotlib-${PV}" | 15 | S = "${WORKDIR}/matplotlib-${PV}" |
| 16 | 16 | ||
| @@ -19,9 +19,9 @@ EXTRA_OECONF = "--disable-docs --with-python-includes=${STAGING_INCDIR}/../" | |||
| 19 | inherit distutils | 19 | inherit distutils |
| 20 | 20 | ||
| 21 | do_compile_prepend() { | 21 | do_compile_prepend() { |
| 22 | BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \ | 22 | BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \ |
| 23 | ${STAGING_BINDIR_NATIVE}/python setup.py build ${DISTUTILS_BUILD_ARGS} || \ | 23 | ${STAGING_BINDIR_NATIVE}/python setup.py build ${DISTUTILS_BUILD_ARGS} || \ |
| 24 | true | 24 | true |
| 25 | } | 25 | } |
| 26 | 26 | ||
| 27 | # need to export these variables for python-config to work | 27 | # need to export these variables for python-config to work |
