diff options
author | Yuan Chao <yuanc.fnst@cn.fujitsu.com> | 2019-08-02 08:59:40 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-08-02 18:04:41 -0700 |
commit | a57e9bad0dc43953fbac64f80776c1bdd478f2f8 (patch) | |
tree | 613d8c0efe591e3a6a51d2504233e18c4747e930 /meta-python/recipes-devtools/python/python-lxml.inc | |
parent | f16db652876c869df9ec7e6ca350c67a66ee9297 (diff) | |
download | meta-openembedded-a57e9bad0dc43953fbac64f80776c1bdd478f2f8.tar.gz |
python-lxml: upgrade 4.3.4 -> 4.4.0
Signed-off-by: Yuan Chao <yuanc.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 dd73a412b6..45e52b5fc0 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] = "aec44da0457dca385261e5ceb3fe36f9" | 21 | SRC_URI[md5sum] = "7d585daedcd51011c3217a61982afd3d" |
22 | SRC_URI[sha256sum] = "3ce1c49d4b4a7bc75fb12acb3a6247bb7a91fe420542e6d671ba9187d12a12c2" | 22 | SRC_URI[sha256sum] = "3b57dc5ed7b6a7d852c961f2389ca99404c2b59fd2088baec6fbaca02f688be4" |
23 | 23 | ||
24 | DISTUTILS_BUILD_ARGS += " \ | 24 | DISTUTILS_BUILD_ARGS += " \ |
25 | --with-xslt-config='pkg-config libxslt' \ | 25 | --with-xslt-config='pkg-config libxslt' \ |