aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-12-23 11:25:32 -0700
committerTom Rini <tom_rini@mentor.com>2010-12-23 11:25:32 -0700
commit9dd7f1ce761dfc537693f9e0781a688023c970c3 (patch)
tree56ffaed85c0a17c4c35899c40253d4d22d15daa2 /recipes/python
parentc0c5d35b7ede51868e7ee5624e48d44a48bc29e6 (diff)
downloadopenembedded-9dd7f1ce761dfc537693f9e0781a688023c970c3.tar.gz
python-pysqlite2: Fix SRC_URI
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/python')
-rw-r--r--recipes/python/python-pysqlite2_2.4.0.bb2
1 files changed, 1 insertions, 1 deletions
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}"