From b13250198de5e1a5461e3e8079cf858cc6a084a3 Mon Sep 17 00:00:00 2001 From: Dominic Sacré Date: Mon, 24 Aug 2015 17:27:53 +0200 Subject: python3-lxml: Add new recipe MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use a common .inc file for the python-lxml and python3-lxml recipes. Signed-off-by: Dominic Sacré Signed-off-by: Martin Jansa --- .../recipes-devtools/python/python-lxml_3.4.4.bb | 34 +--------------------- 1 file changed, 1 insertion(+), 33 deletions(-) (limited to 'meta-python/recipes-devtools/python/python-lxml_3.4.4.bb') diff --git a/meta-python/recipes-devtools/python/python-lxml_3.4.4.bb b/meta-python/recipes-devtools/python/python-lxml_3.4.4.bb index 4fab4f3d5c..81ccb12d87 100644 --- a/meta-python/recipes-devtools/python/python-lxml_3.4.4.bb +++ b/meta-python/recipes-devtools/python/python-lxml_3.4.4.bb @@ -1,34 +1,2 @@ -SUMMARY = "Python XML bindings for libxml2 and libxslt" -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=f9f1dc24f720c143c2240df41fe5073b" -SRCNAME = "lxml" - -DEPENDS = "libxml2 libxslt" - -SRC_URI = "http://pypi.python.org/packages/source/l/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "a9a65972afc173ec7a39c585f4eea69c" -SRC_URI[sha256sum] = "b3d362bac471172747cda3513238f115cbd6c5f8b8e6319bf6a97a7892724099" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - inherit setuptools - -DISTUTILS_BUILD_ARGS += " \ - --with-xslt-config='${STAGING_BINDIR_NATIVE}/pkg-config libxslt' \ - --with-xml2-config='${STAGING_BINDIR_CROSS}/pkg-config libxml2' \ -" - -DISTUTILS_INSTALL_ARGS += " \ - --with-xslt-config='${STAGING_BINDIR_NATIVE}/pkg-config libxslt' \ - --with-xml2-config='${STAGING_BINDIR_CROSS}/pkg-config libxml2' \ -" - -BBCLASSEXTEND = "native nativesdk" - -RDEPENDS_${PN} += "libxml2 libxslt python-compression" -RDEPENDS_${PN}_class-native = "libxml2-native libxslt-native" - +require python-lxml.inc -- cgit v1.2.3-54-g00ecf