From 45f502cdde6fd54534972897c04e5fe14a6be931 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Tue, 14 Aug 2018 16:43:25 -0400 Subject: python-lxml: update to version 4.2.4 Signed-off-by: Derek Straka Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-lxml.inc | 4 ++-- meta-python/recipes-devtools/python/python-lxml_4.2.3.bb | 2 -- meta-python/recipes-devtools/python/python-lxml_4.2.4.bb | 2 ++ meta-python/recipes-devtools/python/python3-lxml_4.2.3.bb | 3 --- meta-python/recipes-devtools/python/python3-lxml_4.2.4.bb | 3 +++ 5 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-lxml_4.2.3.bb create mode 100644 meta-python/recipes-devtools/python/python-lxml_4.2.4.bb delete mode 100644 meta-python/recipes-devtools/python/python3-lxml_4.2.3.bb create mode 100644 meta-python/recipes-devtools/python/python3-lxml_4.2.4.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-lxml.inc b/meta-python/recipes-devtools/python/python-lxml.inc index 09061eda4..7f355a7bc 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] = "40331e46f6aa49fd0e7043d82e58a879" -SRC_URI[sha256sum] = "622f7e40faef13d232fb52003661f2764ce6cdef3edb0a59af7c1559e4cc36d1" +SRC_URI[md5sum] = "31239400ca4e130b69993bb3c14204b3" +SRC_URI[sha256sum] = "e2afbe403090f5893e254958d02875e0732975e73c4c0cdd33c1f009a61963ca" DISTUTILS_BUILD_ARGS += " \ --with-xslt-config='pkg-config libxslt' \ diff --git a/meta-python/recipes-devtools/python/python-lxml_4.2.3.bb b/meta-python/recipes-devtools/python/python-lxml_4.2.3.bb deleted file mode 100644 index 81ccb12d8..000000000 --- a/meta-python/recipes-devtools/python/python-lxml_4.2.3.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-lxml.inc diff --git a/meta-python/recipes-devtools/python/python-lxml_4.2.4.bb b/meta-python/recipes-devtools/python/python-lxml_4.2.4.bb new file mode 100644 index 000000000..81ccb12d8 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-lxml_4.2.4.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-lxml.inc diff --git a/meta-python/recipes-devtools/python/python3-lxml_4.2.3.bb b/meta-python/recipes-devtools/python/python3-lxml_4.2.3.bb deleted file mode 100644 index b95d7bae7..000000000 --- a/meta-python/recipes-devtools/python/python3-lxml_4.2.3.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.2.4.bb b/meta-python/recipes-devtools/python/python3-lxml_4.2.4.bb new file mode 100644 index 000000000..b95d7bae7 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-lxml_4.2.4.bb @@ -0,0 +1,3 @@ +inherit setuptools3 +require python-lxml.inc +CLEANBROKEN = "1" -- cgit v1.2.3-54-g00ecf