diff options
author | Derek Straka <derek@asterius.io> | 2017-10-16 09:10:30 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-10-17 10:32:03 +0000 |
commit | 68d254c8ee4ac32efa1ada412f3894e3b78883e3 (patch) | |
tree | 0ae2d6aa20cf323d75c28a8bd1100456b2c3fc9a /meta-python/recipes-devtools/python/python-lxml.inc | |
parent | b42c85304d9404289db842f973d6c7b0ca00e340 (diff) | |
download | meta-openembedded-68d254c8ee4ac32efa1ada412f3894e3b78883e3.tar.gz |
python-lxml: update to version 4.1.0
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-lxml.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-lxml.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-lxml.inc b/meta-python/recipes-devtools/python/python-lxml.inc index 04abe46d56..7c0a7d7147 100644 --- a/meta-python/recipes-devtools/python/python-lxml.inc +++ b/meta-python/recipes-devtools/python/python-lxml.inc | |||
@@ -18,8 +18,8 @@ LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=e4c045ebad958ead4b48008f70838403 \ | |||
18 | 18 | ||
19 | DEPENDS += "libxml2 libxslt" | 19 | DEPENDS += "libxml2 libxslt" |
20 | 20 | ||
21 | SRC_URI[md5sum] = "c30d7e752cc909c1c0c40bd34153443a" | 21 | SRC_URI[md5sum] = "247580bd5d942872bd972ad0086e5cbf" |
22 | SRC_URI[sha256sum] = "f7bc9f702500e205b1560d620f14015fec76dcd6f9e889a946a2ddcc3c344fd0" | 22 | SRC_URI[sha256sum] = "be3aaeb5f468a49f523f16736ccff7d82af2b4b303292ba3d052b5b28f3fbe47" |
23 | 23 | ||
24 | DISTUTILS_BUILD_ARGS += " \ | 24 | DISTUTILS_BUILD_ARGS += " \ |
25 | --with-xslt-config='pkg-config libxslt' \ | 25 | --with-xslt-config='pkg-config libxslt' \ |