diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2024-03-13 18:33:29 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-04-16 08:07:01 +0100 |
commit | 19ecd2d93529e47923b0f1329ff5a5e54ed22097 (patch) | |
tree | 76d1f89caa57966ca6c1496c5b60572d79973be6 /meta | |
parent | 9ac975fc8a47d77e9efbdcffd33221a2c53f6afe (diff) | |
download | poky-19ecd2d93529e47923b0f1329ff5a5e54ed22097.tar.gz |
python3-lxml: update 5.0.0 -> 5.1.0
Upstream issued the new version in .tar.gz format, so .zip
setting can be dropped.
(From OE-Core rev: c208be7a9a5fec8b8d56356666de8be7d6d8a121)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python3-lxml_5.1.0.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.1.0.bb index 66cb8b0938..43719086f0 100644 --- a/meta/recipes-devtools/python/python3-lxml_5.0.0.bb +++ b/meta/recipes-devtools/python/python3-lxml_5.1.0.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] = "3eea6ed6e6c918e468e693c41ef07f3c3acc310b70ddd9cc72d9ef84bc9564ca" |
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 |