From 6ba70b215177b335221ebc346adfe76a985b4feb Mon Sep 17 00:00:00 2001 From: Yuan Chao Date: Mon, 12 Aug 2019 14:03:17 +0800 Subject: python-lxml: upgrade 4.4.0 -> 4.4.1 Signed-off-by: Yuan Chao Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-lxml.inc | 4 ++-- meta-python/recipes-devtools/python/python-lxml_4.4.0.bb | 2 -- meta-python/recipes-devtools/python/python-lxml_4.4.1.bb | 2 ++ meta-python/recipes-devtools/python/python3-lxml_4.4.0.bb | 3 --- meta-python/recipes-devtools/python/python3-lxml_4.4.1.bb | 3 +++ 5 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-lxml_4.4.0.bb create mode 100644 meta-python/recipes-devtools/python/python-lxml_4.4.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-lxml_4.4.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-lxml_4.4.1.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-lxml.inc b/meta-python/recipes-devtools/python/python-lxml.inc index 45e52b5fc0..a97167f0df 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 \ DEPENDS += "libxml2 libxslt" -SRC_URI[md5sum] = "7d585daedcd51011c3217a61982afd3d" -SRC_URI[sha256sum] = "3b57dc5ed7b6a7d852c961f2389ca99404c2b59fd2088baec6fbaca02f688be4" +SRC_URI[md5sum] = "ce976a2d3c630d7fde86d3a4c3a1c606" +SRC_URI[sha256sum] = "c81cb40bff373ab7a7446d6bbca0190bccc5be3448b47b51d729e37799bb5692" DISTUTILS_BUILD_ARGS += " \ --with-xslt-config='pkg-config libxslt' \ diff --git a/meta-python/recipes-devtools/python/python-lxml_4.4.0.bb b/meta-python/recipes-devtools/python/python-lxml_4.4.0.bb deleted file mode 100644 index 81ccb12d87..0000000000 --- a/meta-python/recipes-devtools/python/python-lxml_4.4.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-lxml.inc diff --git a/meta-python/recipes-devtools/python/python-lxml_4.4.1.bb b/meta-python/recipes-devtools/python/python-lxml_4.4.1.bb new file mode 100644 index 0000000000..81ccb12d87 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-lxml_4.4.1.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-lxml.inc diff --git a/meta-python/recipes-devtools/python/python3-lxml_4.4.0.bb b/meta-python/recipes-devtools/python/python3-lxml_4.4.0.bb deleted file mode 100644 index b95d7bae71..0000000000 --- a/meta-python/recipes-devtools/python/python3-lxml_4.4.0.bb +++ /dev/null @@ -1,3 +0,0 @@ -inherit setuptools3 -require python-lxml.inc -CLEANBROKEN = "1" diff --git a/meta-python/recipes-devtools/python/python3-lxml_4.4.1.bb b/meta-python/recipes-devtools/python/python3-lxml_4.4.1.bb new file mode 100644 index 0000000000..b95d7bae71 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-lxml_4.4.1.bb @@ -0,0 +1,3 @@ +inherit setuptools3 +require python-lxml.inc +CLEANBROKEN = "1" -- cgit v1.2.3-54-g00ecf