diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2024-10-27 11:33:55 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-11-09 05:53:57 -0800 |
commit | fa4c9ed2e5c132bc9a6f13363f895590d1e4bf28 (patch) | |
tree | 4bf2bf6a6ff9b33b32337e2ec2c047137f8e4ba8 /meta/recipes-devtools/python | |
parent | 3aa52c32a07b8ba5f565278bef1922beac69bc8b (diff) | |
download | poky-fa4c9ed2e5c132bc9a6f13363f895590d1e4bf28.tar.gz |
python3-lxml=v5.0.2
* minor upgrade to fix building with gcc-14 on host
* contains 31 commits:
https://github.com/lxml/lxml/compare/lxml-5.0.0...lxml-5.0.2
the important one for gcc-14 is:
https://github.com/lxml/lxml/commit/663041a56a075a8fa1e6ca13ba4c6d1de7043ac2
* https://bugs.launchpad.net/lxml/+bug/2045435
* https://bugs.gentoo.org/917562
(From OE-Core rev: baa0ba7084533907c0735dcb58b4432e0b3072df)
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r-- | meta/recipes-devtools/python/python3-lxml_5.0.2.bb (renamed from meta/recipes-devtools/python/python3-lxml_5.0.0.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-lxml_5.0.0.bb b/meta/recipes-devtools/python/python3-lxml_5.0.2.bb index 66cb8b0938..c0b385c7ea 100644 --- a/meta/recipes-devtools/python/python3-lxml_5.0.0.bb +++ b/meta/recipes-devtools/python/python3-lxml_5.0.2.bb | |||
@@ -18,11 +18,10 @@ LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=e4c045ebad958ead4b48008f70838403 \ | |||
18 | 18 | ||
19 | DEPENDS += "libxml2 libxslt" | 19 | DEPENDS += "libxml2 libxslt" |
20 | 20 | ||
21 | SRC_URI[sha256sum] = "2219cbf790e701acf9a21a31ead75f983e73daf0eceb9da6990212e4d20ebefe" | 21 | SRC_URI[sha256sum] = "6399703c40ba53e2c3b72fdb56cb908d2b83c08082ecf17de839b27e68d1e598" |
22 | 22 | ||
23 | SRC_URI += "${PYPI_SRC_URI}" | 23 | SRC_URI += "${PYPI_SRC_URI}" |
24 | inherit pkgconfig pypi setuptools3 | 24 | inherit pkgconfig pypi setuptools3 |
25 | PYPI_PACKAGE_EXT = "zip" | ||
26 | 25 | ||
27 | # {standard input}: Assembler messages: | 26 | # {standard input}: Assembler messages: |
28 | # {standard input}:1488805: Error: branch out of range | 27 | # {standard input}:1488805: Error: branch out of range |