diff options
author | Derek Straka <derek@asterius.io> | 2018-03-18 10:17:21 -0400 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-03-21 18:38:23 -0700 |
commit | 88cc5068689a23dca1daef271a16c62362934cd4 (patch) | |
tree | 1103225ab2f739fddda7e4979332fabf1ad6aece /meta-python/recipes-devtools/python/python-lxml.inc | |
parent | 69a1c6ba7c4df1732e8c84b0329cc8e29ffe0d72 (diff) | |
download | meta-openembedded-88cc5068689a23dca1daef271a16c62362934cd4.tar.gz |
python-lxml: update to version 4.2.0
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@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 98a1af4b8..a0fe14019 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] = "0265ad6701951347f2dbbb470e3d1512" | 21 | SRC_URI[md5sum] = "04455d43fd587bd11ccef6315258c3ce" |
22 | SRC_URI[sha256sum] = "940caef1ec7c78e0c34b0f6b94fe42d0f2022915ffc78643d28538a5cfd0f40e" | 22 | SRC_URI[sha256sum] = "7d96fbb5f23a62300aa9bef7d286cd61aca8902357619c8708c0290aba5df73f" |
23 | 23 | ||
24 | DISTUTILS_BUILD_ARGS += " \ | 24 | DISTUTILS_BUILD_ARGS += " \ |
25 | --with-xslt-config='pkg-config libxslt' \ | 25 | --with-xslt-config='pkg-config libxslt' \ |