From 163489ebbfd592252adec0c11006aa9ab3915c13 Mon Sep 17 00:00:00 2001 From: Michael Lippautz Date: Thu, 8 Apr 2010 12:16:56 +0200 Subject: python-lxml: Fix recipe. * Use latest version * Remove nonworking copy and unused patch * Move recipe to python/ dir Signed-off-by: Michael Lippautz --- recipes/nonworking/python-lxml_2.1.5.bb | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 recipes/nonworking/python-lxml_2.1.5.bb (limited to 'recipes/nonworking') diff --git a/recipes/nonworking/python-lxml_2.1.5.bb b/recipes/nonworking/python-lxml_2.1.5.bb deleted file mode 100644 index de0566e38f..0000000000 --- a/recipes/nonworking/python-lxml_2.1.5.bb +++ /dev/null @@ -1,12 +0,0 @@ -DESCRIPTION = "Python Bindings to the XML libraries libxml2 and libxslt" -HOMEPAGE = "http://codespeak.net/lxml/" -AUTHOR = "http://codespeak.net/mailman/listinfo/lxml-dev" -LICENSE = "BSD" -DEPENDS = "libxml2 libxslt" -PR = "ml0" - -SRC_URI = "http://codespeak.net/lxml/lxml-${PV}.tgz" -S = "${WORKDIR}/lxml-${PV}" - -inherit distutils - -- cgit 1.2.3-korg