From 3ce8203cdc43a3939980e34c306dc50dc6d6d03b Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 25 Mar 2016 17:51:28 -0400 Subject: python-lxml: update to 3.6.0 Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-lxml.inc | 4 ++-- meta-python/recipes-devtools/python/python-lxml_3.5.0.bb | 2 -- meta-python/recipes-devtools/python/python-lxml_3.6.0.bb | 2 ++ meta-python/recipes-devtools/python/python3-lxml_3.5.0.bb | 2 -- meta-python/recipes-devtools/python/python3-lxml_3.6.0.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-lxml_3.5.0.bb create mode 100644 meta-python/recipes-devtools/python/python-lxml_3.6.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-lxml_3.5.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-lxml_3.6.0.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 cb9986e5f0..0473417d84 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=f9f1dc24f720c143c2240df41fe5073b \ DEPENDS += "libxml2 libxslt" -SRC_URI[md5sum] = "9f0c5f1eb43ff44d5455dab4b4efbe73" -SRC_URI[sha256sum] = "349f93e3a4b09cc59418854ab8013d027d246757c51744bf20069bc89016f578" +SRC_URI[md5sum] = "5957cc384bd6e83934be35c057ec03b6" +SRC_URI[sha256sum] = "9c74ca28a7f0c30dca8872281b3c47705e21217c8bc63912d95c9e2a7cac6bdf" DISTUTILS_BUILD_ARGS += " \ --with-xslt-config='pkg-config libxslt' \ diff --git a/meta-python/recipes-devtools/python/python-lxml_3.5.0.bb b/meta-python/recipes-devtools/python/python-lxml_3.5.0.bb deleted file mode 100644 index 81ccb12d87..0000000000 --- a/meta-python/recipes-devtools/python/python-lxml_3.5.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-lxml.inc diff --git a/meta-python/recipes-devtools/python/python-lxml_3.6.0.bb b/meta-python/recipes-devtools/python/python-lxml_3.6.0.bb new file mode 100644 index 0000000000..81ccb12d87 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-lxml_3.6.0.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-lxml.inc diff --git a/meta-python/recipes-devtools/python/python3-lxml_3.5.0.bb b/meta-python/recipes-devtools/python/python3-lxml_3.5.0.bb deleted file mode 100644 index ff4bc7faad..0000000000 --- a/meta-python/recipes-devtools/python/python3-lxml_3.5.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-lxml.inc diff --git a/meta-python/recipes-devtools/python/python3-lxml_3.6.0.bb b/meta-python/recipes-devtools/python/python3-lxml_3.6.0.bb new file mode 100644 index 0000000000..ff4bc7faad --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-lxml_3.6.0.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-lxml.inc -- cgit v1.2.3-54-g00ecf