From: Michael Lauer Date: Mon, 22 May 2006 13:25:27 +0000 (+0000) Subject: python-pysqlite2: fix SRC_URI and stop it using host headers X-Git-Tag: Release-2010-05/1~9453^2~1650 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a8b7320877bd490d0c598a8b157a603451d916b;p=openembedded.git python-pysqlite2: fix SRC_URI and stop it using host headers --- diff --git a/packages/python/python-pysqlite2_2.2.2.bb b/packages/python/python-pysqlite2_2.2.2.bb index 124a2ed5bc..8f41342eec 100644 --- a/packages/python/python-pysqlite2_2.2.2.bb +++ b/packages/python/python-pysqlite2_2.2.2.bb @@ -8,7 +8,9 @@ DEPENDS = "sqlite3" SRCNAME = "pysqlite" PR = "ml0" -SRC_URI = "http://initd.org/pub/software/pysqlite/releases/2.0/${PV}/${SRCNAME}-${PV}.tar.gz" +SRC_URI = "http://initd.org/pub/software/pysqlite/releases/2.2/${PV}/${SRCNAME}-${PV}.tar.gz" S = "${WORKDIR}/${SRCNAME}-${PV}" +EXTRA_OEMAKE = "-e" + inherit distutils