From: Tom Rini Date: Thu, 23 Dec 2010 18:25:32 +0000 (-0700) Subject: python-pysqlite2: Fix SRC_URI X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dd7f1ce761dfc537693f9e0781a688023c970c3;p=openembedded.git python-pysqlite2: Fix SRC_URI Signed-off-by: Tom Rini --- diff --git a/recipes/python/python-pysqlite2_2.4.0.bb b/recipes/python/python-pysqlite2_2.4.0.bb index 8e9e94e262..0419e5b28f 100644 --- a/recipes/python/python-pysqlite2_2.4.0.bb +++ b/recipes/python/python-pysqlite2_2.4.0.bb @@ -6,7 +6,7 @@ DEPENDS = "sqlite3" SRCNAME = "pysqlite" PR = "ml3" -SRC_URI = "http://initd.org/pub/software/pysqlite/releases/2.4/${PV}/${SRCNAME}-${PV}.tar.gz \ +SRC_URI = "http://www.ibiblio.org/pub/solaris/freeware/SOURCES/${SRCNAME}-${PV}.tar.gz \ file://fix-setup.patch" S = "${WORKDIR}/${SRCNAME}-${PV}"