From 80cdc95a31dc08495d9de76b7bc9eb915a3dfaf9 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Fri, 19 Apr 2019 10:39:10 +0800 Subject: python-lxml: upgrade 4.3.1 -> 4.3.3 -Upgrade from python-lxml_4.3.1.bb to python-lxml_4.3.3.bb. -Upgrade from python3-lxml_4.3.1.bb to python3-lxml_4.3.3.bb. Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-lxml.inc | 4 ++-- meta-python/recipes-devtools/python/python-lxml_4.3.1.bb | 2 -- meta-python/recipes-devtools/python/python-lxml_4.3.3.bb | 2 ++ meta-python/recipes-devtools/python/python3-lxml_4.3.1.bb | 3 --- meta-python/recipes-devtools/python/python3-lxml_4.3.3.bb | 3 +++ 5 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-lxml_4.3.1.bb create mode 100644 meta-python/recipes-devtools/python/python-lxml_4.3.3.bb delete mode 100644 meta-python/recipes-devtools/python/python3-lxml_4.3.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-lxml_4.3.3.bb diff --git a/meta-python/recipes-devtools/python/python-lxml.inc b/meta-python/recipes-devtools/python/python-lxml.inc index 14897c06e5..63532c756c 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] = "d2b2eb305bfa9ed15aebe61affb3ffa4" -SRC_URI[sha256sum] = "da5e7e941d6e71c9c9a717c93725cda0708c2474f532e3680ac5e39ec57d224d" +SRC_URI[md5sum] = "d35e90d9de17e1370fbb7e6059bd95ed" +SRC_URI[sha256sum] = "4a03dd682f8e35a10234904e0b9508d705ff98cf962c5851ed052e9340df3d90" DISTUTILS_BUILD_ARGS += " \ --with-xslt-config='pkg-config libxslt' \ diff --git a/meta-python/recipes-devtools/python/python-lxml_4.3.1.bb b/meta-python/recipes-devtools/python/python-lxml_4.3.1.bb deleted file mode 100644 index 81ccb12d87..0000000000 --- a/meta-python/recipes-devtools/python/python-lxml_4.3.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.3.3.bb b/meta-python/recipes-devtools/python/python-lxml_4.3.3.bb new file mode 100644 index 0000000000..81ccb12d87 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-lxml_4.3.3.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-lxml.inc diff --git a/meta-python/recipes-devtools/python/python3-lxml_4.3.1.bb b/meta-python/recipes-devtools/python/python3-lxml_4.3.1.bb deleted file mode 100644 index b95d7bae71..0000000000 --- a/meta-python/recipes-devtools/python/python3-lxml_4.3.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.3.3.bb b/meta-python/recipes-devtools/python/python3-lxml_4.3.3.bb new file mode 100644 index 0000000000..b95d7bae71 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-lxml_4.3.3.bb @@ -0,0 +1,3 @@ +inherit setuptools3 +require python-lxml.inc +CLEANBROKEN = "1" -- cgit 1.2.3-korg