diff options
| author | Ross Burton <ross.burton@arm.com> | 2024-11-19 16:10:07 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-21 12:16:28 +0000 |
| commit | 177db2d9f6623c446ad74ec852f3ab5ea64f8461 (patch) | |
| tree | 90c9c10b0a38bfe2013e3dd8fc5e80007d374537 /meta/recipes-devtools/python/python3-cython_3.0.11.bb | |
| parent | a48f435d7581a3d246e103d1addf845444a9bd0d (diff) | |
| download | poky-177db2d9f6623c446ad74ec852f3ab5ea64f8461.tar.gz | |
cython: swap prefix-mapping patch for an upstream commit
Upstream has solved the absolute path problem differently by taking
paths relative to the top of the module. This appears to solve the
problem, at least I've not found any cases where it breaks.
Drop my patch, and backport the relevant commit from upstream.
(From OE-Core rev: 47f7808dd93e50fb3ecddbf980e40e51dd7376cb)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-cython_3.0.11.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-cython_3.0.11.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-cython_3.0.11.bb b/meta/recipes-devtools/python/python3-cython_3.0.11.bb index 020a8e7205..2501e6ed23 100644 --- a/meta/recipes-devtools/python/python3-cython_3.0.11.bb +++ b/meta/recipes-devtools/python/python3-cython_3.0.11.bb | |||
| @@ -7,7 +7,7 @@ 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 | 9 | ||
| 10 | SRC_URI += "file://0001-WIP-prefix-map.patch" | 10 | SRC_URI += "file://0001-Output-import-relative-paths-in-generated-C-code.-GH.patch" |
| 11 | SRC_URI[sha256sum] = "7146dd2af8682b4ca61331851e6aebce9fe5158e75300343f80c07ca80b1faff" | 11 | SRC_URI[sha256sum] = "7146dd2af8682b4ca61331851e6aebce9fe5158e75300343f80c07ca80b1faff" |
| 12 | 12 | ||
| 13 | inherit pypi setuptools3 cython | 13 | inherit pypi setuptools3 cython |
