diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-06-12 12:12:15 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-06-15 16:45:33 -0700 |
commit | eda0246160fd0b30525bf89393324f38c3a9b4c8 (patch) | |
tree | e033ae81e9d21cbe24b036137320e77e27a3348a /meta-python/recipes-devtools/python/python-lxml.inc | |
parent | fdbd768ab29bd88b4157171e5985d265ff6305e3 (diff) | |
download | meta-openembedded-eda0246160fd0b30525bf89393324f38c3a9b4c8.tar.gz |
python-lxml: upgrade 4.3.3 -> 4.3.4
-Upgrade from python-lxml_4.3.3.bb to python-lxml_4.3.4.bb.
-Upgrade from python3-lxml_4.3.3.bb to python3-lxml_4.3.4.bb.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@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 63532c756c..d67c178834 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] = "d35e90d9de17e1370fbb7e6059bd95ed" | 21 | SRC_URI[md5sum] = "aec44da0457dca385261e5ceb3fe36f9" |
22 | SRC_URI[sha256sum] = "4a03dd682f8e35a10234904e0b9508d705ff98cf962c5851ed052e9340df3d90" | 22 | SRC_URI[sha256sum] = "3ce1c49d4b4a7bc75fb12acb3a6247bb7a91fe420542e6d671ba9187d12a12c2" |
23 | 23 | ||
24 | DISTUTILS_BUILD_ARGS += " \ | 24 | DISTUTILS_BUILD_ARGS += " \ |
25 | --with-xslt-config='pkg-config libxslt' \ | 25 | --with-xslt-config='pkg-config libxslt' \ |