From: Michael 'Mickey' Lauer Date: Mon, 12 Jan 2009 00:49:40 +0000 (+0000) Subject: python-lxml: update to 2.1.5; move to nonworking X-Git-Tag: Release-2010-05/1~4349^2~94 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b00a506f2db1fc2b0a1db23f8e51d6c0e4e29363;p=openembedded.git python-lxml: update to 2.1.5; move to nonworking --- diff --git a/packages/python/python-lxml_1.3.3.bb b/packages/nonworking/python-lxml_2.1.5.bb similarity index 68% rename from packages/python/python-lxml_1.3.3.bb rename to packages/nonworking/python-lxml_2.1.5.bb index 7ead15b2a0..de0566e38f 100644 --- a/packages/python/python-lxml_1.3.3.bb +++ b/packages/nonworking/python-lxml_2.1.5.bb @@ -3,10 +3,9 @@ HOMEPAGE = "http://codespeak.net/lxml/" AUTHOR = "http://codespeak.net/mailman/listinfo/lxml-dev" LICENSE = "BSD" DEPENDS = "libxml2 libxslt" -PR = "ml1" +PR = "ml0" -SRC_URI = "http://codespeak.net/lxml/lxml-${PV}.tgz \ - file://use-pkgconfig-to-detect.patch;patch=1" +SRC_URI = "http://codespeak.net/lxml/lxml-${PV}.tgz" S = "${WORKDIR}/lxml-${PV}" inherit distutils