summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2020-06-10 13:19:14 +0300
committerKhem Raj <raj.khem@gmail.com>2020-06-11 07:44:18 -0700
commit332b5df1f3437015efbc8191296283015d50ff9b (patch)
treef79da8923b4b9ef9a707a7ecb173b70ca7130adb /meta-python/recipes-devtools
parent5cc970c1d87fbde9e1c8261fa0edcd71d2e89b96 (diff)
downloadmeta-openembedded-332b5df1f3437015efbc8191296283015d50ff9b.tar.gz
python3-lxml: Upgrade 4.5.0 -> 4.5.1
Upgrade to release 4.5.1. With this release we no longer need to specify --with-xml2-config='pkg-config libxml-2.0' or equivalent for libxslt. Following the recent modifications of setupinfo.py to use pkg-config, we just need build without flags. Suggested-by: Stefan Behnel <stefan_ml@behnel.de> Suggested-by: Hugh McMaster <hugh.mcmaster@outlook.com> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python3-lxml_4.5.1.bb (renamed from meta-python/recipes-devtools/python/python3-lxml_4.5.0.bb)14
1 files changed, 2 insertions, 12 deletions
diff --git a/meta-python/recipes-devtools/python/python3-lxml_4.5.0.bb b/meta-python/recipes-devtools/python/python3-lxml_4.5.1.bb
index e3cfa46d1..a4198b029 100644
--- a/meta-python/recipes-devtools/python/python3-lxml_4.5.0.bb
+++ b/meta-python/recipes-devtools/python/python3-lxml_4.5.1.bb
@@ -18,18 +18,8 @@ LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=e4c045ebad958ead4b48008f70838403 \
18 18
19DEPENDS += "libxml2 libxslt" 19DEPENDS += "libxml2 libxslt"
20 20
21SRC_URI[md5sum] = "f088e452ed45b030b6f84269f1e84d11" 21SRC_URI[md5sum] = "4d3cca9c0018dd98f39e0ac54fcc3d14"
22SRC_URI[sha256sum] = "8620ce80f50d023d414183bf90cc2576c2837b88e00bea3f33ad2630133bbb60" 22SRC_URI[sha256sum] = "27ee0faf8077c7c1a589573b1450743011117f1aa1a91d5ae776bbc5ca6070f2"
23
24DISTUTILS_BUILD_ARGS += " \
25 --with-xslt-config='pkg-config libxslt' \
26 --with-xml2-config='pkg-config libxml-2.0' \
27"
28
29DISTUTILS_INSTALL_ARGS += " \
30 --with-xslt-config='pkg-config libxslt' \
31 --with-xml2-config='pkg-config libxml-2.0' \
32"
33 23
34inherit pypi setuptools3 24inherit pypi setuptools3
35 25