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 <[email protected]> Suggested-by: Hugh McMaster <[email protected]> Signed-off-by: Leon Anavi <[email protected]> --- ...python3-lxml_4.5.0.bb => python3-lxml_4.5.1.bb} | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) rename meta-python/recipes-devtools/python/{python3-lxml_4.5.0.bb => python3-lxml_4.5.1.bb} (80%) 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 similarity index 80% rename from meta-python/recipes-devtools/python/python3-lxml_4.5.0.bb rename to 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 \ DEPENDS += "libxml2 libxslt" -SRC_URI[md5sum] = "f088e452ed45b030b6f84269f1e84d11" -SRC_URI[sha256sum] = "8620ce80f50d023d414183bf90cc2576c2837b88e00bea3f33ad2630133bbb60" - -DISTUTILS_BUILD_ARGS += " \ - --with-xslt-config='pkg-config libxslt' \ - --with-xml2-config='pkg-config libxml-2.0' \ -" - -DISTUTILS_INSTALL_ARGS += " \ - --with-xslt-config='pkg-config libxslt' \ - --with-xml2-config='pkg-config libxml-2.0' \ -" +SRC_URI[md5sum] = "4d3cca9c0018dd98f39e0ac54fcc3d14" +SRC_URI[sha256sum] = "27ee0faf8077c7c1a589573b1450743011117f1aa1a91d5ae776bbc5ca6070f2" inherit pypi setuptools3 -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#84939): https://lists.openembedded.org/g/openembedded-devel/message/84939 Mute This Topic: https://lists.openembedded.org/mt/74793461/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
