summaryrefslogtreecommitdiff
path: root/recipes/python
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2009-07-17 14:19:31 +0400
committerDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2009-07-17 14:19:31 +0400
commitd6573b8bf03ea7b7789ac3977820706cb779c815 (patch)
tree17fb78ec58b30893c2c916afa7710bfcd67a5db3 /recipes/python
parent54dfc8da23a6990dc84f5de94968e4b212447594 (diff)
parent88290161c02e7dc418f43202ccd92334a42e70e7 (diff)
Merge commit 'origin/org.openembedded.dev' into org.openembedded.dev
Diffstat (limited to 'recipes/python')
-rw-r--r--recipes/python/python-elementtree_1.2.7-20070827-preview.bb14
1 files changed, 0 insertions, 14 deletions
diff --git a/recipes/python/python-elementtree_1.2.7-20070827-preview.bb b/recipes/python/python-elementtree_1.2.7-20070827-preview.bb
deleted file mode 100644
index f1e4c8b322..0000000000
--- a/recipes/python/python-elementtree_1.2.7-20070827-preview.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-DESCRIPTION = "Lightweight Python components for handling XML"
-SECTION = "devel/python"
-LICENSE = "Python"
-HOMEPAGE = "http://effbot.org/zone/element-index.htm"
-PR = "r0"
-
-inherit distutils
-
-SRC_URI = "http://effbot.org/media/downloads/elementtree-${PV}.zip"
-S = "${WORKDIR}/elementtree-${PV}"
-
-FILES_${PN} += "${datadir}"
-
-