[oe-commits] Tom Rini : python-pysqlite2: Fix SRC_URI

git version control git at git.openembedded.org
Thu Dec 23 18:26:58 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 9dd7f1ce761dfc537693f9e0781a688023c970c3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9dd7f1ce761dfc537693f9e0781a688023c970c3

Author: Tom Rini <tom_rini at mentor.com>
Date:   Thu Dec 23 11:25:32 2010 -0700

python-pysqlite2: Fix SRC_URI

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/python/python-pysqlite2_2.4.0.bb |    2 +-
 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 8e9e94e..0419e5b 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}"
 





More information about the Openembedded-commits mailing list