diff options
author | Derek Straka <derek@asterius.io> | 2016-08-12 12:17:42 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-22 15:49:22 +0200 |
commit | 1df4b347fa12049f250d1924cef62012c3a6b8ef (patch) | |
tree | b146f7982ab63abd43b4f2720a95cd7e24c8a839 | |
parent | 622788e8acc1d2549558aa972a3cc191f00ef31a (diff) | |
download | meta-openembedded-1df4b347fa12049f250d1924cef62012c3a6b8ef.tar.gz |
python-lxml: update to version 3.6.1
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python-lxml.inc | 4 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python-lxml_3.6.1.bb (renamed from meta-python/recipes-devtools/python/python-lxml_3.6.0.bb) | 0 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-lxml_3.6.1.bb (renamed from meta-python/recipes-devtools/python/python3-lxml_3.6.0.bb) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-lxml.inc b/meta-python/recipes-devtools/python/python-lxml.inc index 0473417d8..b7142182f 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 \ | |||
18 | 18 | ||
19 | DEPENDS += "libxml2 libxslt" | 19 | DEPENDS += "libxml2 libxslt" |
20 | 20 | ||
21 | SRC_URI[md5sum] = "5957cc384bd6e83934be35c057ec03b6" | 21 | SRC_URI[md5sum] = "b27472db50fb794795b767bf713287a0" |
22 | SRC_URI[sha256sum] = "9c74ca28a7f0c30dca8872281b3c47705e21217c8bc63912d95c9e2a7cac6bdf" | 22 | SRC_URI[sha256sum] = "3eefcfbc548f8df38063b26c9686554268c1eb736e52cd230ff148aa550239d1" |
23 | 23 | ||
24 | DISTUTILS_BUILD_ARGS += " \ | 24 | DISTUTILS_BUILD_ARGS += " \ |
25 | --with-xslt-config='pkg-config libxslt' \ | 25 | --with-xslt-config='pkg-config libxslt' \ |
diff --git a/meta-python/recipes-devtools/python/python-lxml_3.6.0.bb b/meta-python/recipes-devtools/python/python-lxml_3.6.1.bb index 81ccb12d8..81ccb12d8 100644 --- a/meta-python/recipes-devtools/python/python-lxml_3.6.0.bb +++ b/meta-python/recipes-devtools/python/python-lxml_3.6.1.bb | |||
diff --git a/meta-python/recipes-devtools/python/python3-lxml_3.6.0.bb b/meta-python/recipes-devtools/python/python3-lxml_3.6.1.bb index ff4bc7faa..ff4bc7faa 100644 --- a/meta-python/recipes-devtools/python/python3-lxml_3.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-lxml_3.6.1.bb | |||