[oe] [meta-oe][PATCH] Upgrade of python-lxml to 2.3.5

David Nyström david.c.nystrom at gmail.com
Wed Jan 30 09:57:58 UTC 2013


Signed-off-by: David Nyström <david.nystrom at enea.com>
---
 .../{python-lxml_2.2.8.bb => python-lxml_2.3.5.bb} |   15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)
 rename meta-oe/recipes-devtools/python/{python-lxml_2.2.8.bb => python-lxml_2.3.5.bb} (69%)

diff --git a/meta-oe/recipes-devtools/python/python-lxml_2.2.8.bb b/meta-oe/recipes-devtools/python/python-lxml_2.3.5.bb
similarity index 69%
rename from meta-oe/recipes-devtools/python/python-lxml_2.2.8.bb
rename to meta-oe/recipes-devtools/python/python-lxml_2.3.5.bb
index a175609..76821ff 100644
--- a/meta-oe/recipes-devtools/python/python-lxml_2.2.8.bb
+++ b/meta-oe/recipes-devtools/python/python-lxml_2.3.5.bb
@@ -2,20 +2,21 @@ DESCRIPTION = "Powerful and Pythonic XML processing library combining \
 libxml2/libxslt with the ElementTree API."
 HOMEPAGE = "http://codespeak.net/lxml"
 LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=7de92baeb3b7bfaebe72404155fdb346"
+LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=3638a580895ea734c2cbb46f586afd2c"
 SRCNAME = "lxml"
-PR = "r2"
+PR = "r0"
 
 DEPENDS = "libxml2 libxslt"
 RDEPENDS_${PN} += "libxml2 libxslt python-compression"
 
-SRC_URI = "http://pypi.python.org/packages/source/l/${SRCNAME}/${SRCNAME}-${PV}.tar.gz;name=lxml"
-SRC_URI[lxml.md5sum] = "d6c612d63a84d79440912a1b29d3b981"
-SRC_URI[lxml.sha256sum] = "89b73925b5e3295dcf4675cb948007a20eb029fe35c9a162ae19ec11f1abafe5"
+SRC_URI = "http://lxml.de/files/lxml-2.3.5.tgz \
+"
 
+SRC_URI[md5sum] = "d03fb3b9139df7f182afffe72f412c87"
+SRC_URI[sha256sum] = "7ec68de58814014543b3b6f21f36e3695359be715ad06348a14c7820dfa0e092"
 S = "${WORKDIR}/${SRCNAME}-${PV}"
 
-inherit setuptools
+inherit setuptools 
 
 DISTUTILS_BUILD_ARGS += " \
                      --with-xslt-config='${STAGING_BINDIR_NATIVE}/pkg-config libxslt' \
@@ -30,5 +31,3 @@ DISTUTILS_INSTALL_ARGS += " \
 BBCLASSEXTEND = "native nativesdk"
 RDEPENDS_${PN}_virtclass-native = "libxml2-native libxslt-native"
 
-
-
-- 
1.7.9.5





More information about the Openembedded-devel mailing list