diff options
Diffstat (limited to 'meta/recipes-devtools/python')
| -rw-r--r-- | meta/recipes-devtools/python/python3-cython_3.0.11.bb (renamed from meta/recipes-devtools/python/python3-cython_3.0.10.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-devtools/python/python3-cython_3.0.10.bb b/meta/recipes-devtools/python/python3-cython_3.0.11.bb index 86ae5f25e9..2923664641 100644 --- a/meta/recipes-devtools/python/python3-cython_3.0.10.bb +++ b/meta/recipes-devtools/python/python3-cython_3.0.11.bb | |||
| @@ -6,9 +6,8 @@ and the messy, low-level world of C." | |||
| 6 | SECTION = "devel/python" | 6 | SECTION = "devel/python" |
| 7 | LICENSE = "Apache-2.0" | 7 | LICENSE = "Apache-2.0" |
| 8 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=61c3ee8961575861fa86c7e62bc9f69c" | 8 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=61c3ee8961575861fa86c7e62bc9f69c" |
| 9 | PYPI_PACKAGE = "Cython" | ||
| 10 | 9 | ||
| 11 | SRC_URI[sha256sum] = "dcc96739331fb854dcf503f94607576cfe8488066c61ca50dfd55836f132de99" | 10 | SRC_URI[sha256sum] = "7146dd2af8682b4ca61331851e6aebce9fe5158e75300343f80c07ca80b1faff" |
| 12 | 11 | ||
| 13 | inherit pypi setuptools3 | 12 | inherit pypi setuptools3 |
| 14 | 13 | ||
| @@ -45,7 +44,7 @@ cython_fix_sources () { | |||
| 45 | ${PKGD}${TARGET_DBGSRC_DIR}/Cython/Tempita/_tempita.c \ | 44 | ${PKGD}${TARGET_DBGSRC_DIR}/Cython/Tempita/_tempita.c \ |
| 46 | ${PKGD}${libdir}/${PYTHON_DIR}/site-packages/Cython*/SOURCES.txt; do | 45 | ${PKGD}${libdir}/${PYTHON_DIR}/site-packages/Cython*/SOURCES.txt; do |
| 47 | if [ -e $f ]; then | 46 | if [ -e $f ]; then |
| 48 | sed -i -e 's#${WORKDIR}/Cython-${PV}#${TARGET_DBGSRC_DIR}#g' $f | 47 | sed -i -e 's#${WORKDIR}/cython-${PV}#${TARGET_DBGSRC_DIR}#g' $f |
| 49 | fi | 48 | fi |
| 50 | done | 49 | done |
| 51 | } | 50 | } |
