From d1608c506f19918514d843517c95278b18fa7bab Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 3 Dec 2019 06:50:56 -0800 Subject: python-lxml: 4.4.1 -> 4.4.2 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-lxml.inc | 4 ++-- meta-python/recipes-devtools/python/python-lxml_4.4.1.bb | 2 -- meta-python/recipes-devtools/python/python-lxml_4.4.2.bb | 2 ++ meta-python/recipes-devtools/python/python3-lxml_4.4.1.bb | 3 --- meta-python/recipes-devtools/python/python3-lxml_4.4.2.bb | 3 +++ 5 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-lxml_4.4.1.bb create mode 100644 meta-python/recipes-devtools/python/python-lxml_4.4.2.bb delete mode 100644 meta-python/recipes-devtools/python/python3-lxml_4.4.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-lxml_4.4.2.bb diff --git a/meta-python/recipes-devtools/python/python-lxml.inc b/meta-python/recipes-devtools/python/python-lxml.inc index a97167f0df..1f7e5abe8b 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] = "ce976a2d3c630d7fde86d3a4c3a1c606" -SRC_URI[sha256sum] = "c81cb40bff373ab7a7446d6bbca0190bccc5be3448b47b51d729e37799bb5692" +SRC_URI[md5sum] = "235c1a22d97a174144e76b66ce62ae46" +SRC_URI[sha256sum] = "eff69ddbf3ad86375c344339371168640951c302450c5d3e9936e98d6459db06" DISTUTILS_BUILD_ARGS += " \ --with-xslt-config='pkg-config libxslt' \ 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 deleted file mode 100644 index 81ccb12d87..0000000000 --- a/meta-python/recipes-devtools/python/python-lxml_4.4.1.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.2.bb b/meta-python/recipes-devtools/python/python-lxml_4.4.2.bb new file mode 100644 index 0000000000..81ccb12d87 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-lxml_4.4.2.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-lxml.inc 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 deleted file mode 100644 index b95d7bae71..0000000000 --- a/meta-python/recipes-devtools/python/python3-lxml_4.4.1.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.2.bb b/meta-python/recipes-devtools/python/python3-lxml_4.4.2.bb new file mode 100644 index 0000000000..b95d7bae71 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-lxml_4.4.2.bb @@ -0,0 +1,3 @@ +inherit setuptools3 +require python-lxml.inc +CLEANBROKEN = "1" -- cgit v1.2.3-54-g00ecf