aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nonworking
diff options
context:
space:
mode:
authorMichael Lippautz <michael.lippautz@gmail.com>2010-04-08 12:16:56 +0200
committerMichael Lippautz <michael.lippautz@gmail.com>2010-04-08 12:16:56 +0200
commit163489ebbfd592252adec0c11006aa9ab3915c13 (patch)
tree7502eaf247cc1f59466a1ad436683c9cf85690c9 /recipes/nonworking
parent826a4c44f9f87c65906d1e29ed2ce28c1762213b (diff)
downloadopenembedded-163489ebbfd592252adec0c11006aa9ab3915c13.tar.gz
python-lxml: Fix recipe.
* Use latest version * Remove nonworking copy and unused patch * Move recipe to python/ dir Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
Diffstat (limited to 'recipes/nonworking')
-rw-r--r--recipes/nonworking/python-lxml_2.1.5.bb12
1 files changed, 0 insertions, 12 deletions
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
-