From: Koen Kooi Date: Fri, 17 Jul 2009 08:53:35 +0000 (+0200) Subject: python-elementtree: kill standalone recipe, it's in proper python now X-Git-Tag: Release-2010-05/1~2865^2~8^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88290161c02e7dc418f43202ccd92334a42e70e7;p=openembedded.git python-elementtree: kill standalone recipe, it's in proper python now * from packagehistory.bbclass: ERROR: Package version for package python-elementtree went backwards which would break package feeds from (0:2.6.1-ml5 to 0:1.2.7-20070827-preview-r0) --- 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}" - -