aboutsummaryrefslogtreecommitdiffstats
path: root/packages/nonworking
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-01-12 00:49:40 +0000
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-01-12 00:49:40 +0000
commitb00a506f2db1fc2b0a1db23f8e51d6c0e4e29363 (patch)
treeac5fc2cd127e5daa24d65a65bedc25ce0b3eae40 /packages/nonworking
parentc17b5c5d6eb4dc40be235ad5fd689a0f525f0162 (diff)
downloadopenembedded-b00a506f2db1fc2b0a1db23f8e51d6c0e4e29363.tar.gz
python-lxml: update to 2.1.5; move to nonworking
Diffstat (limited to 'packages/nonworking')
-rw-r--r--packages/nonworking/python-lxml_2.1.5.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/nonworking/python-lxml_2.1.5.bb b/packages/nonworking/python-lxml_2.1.5.bb
new file mode 100644
index 0000000000..de0566e38f
--- /dev/null
+++ b/packages/nonworking/python-lxml_2.1.5.bb
@@ -0,0 +1,12 @@
+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
+