From 8a8b7320877bd490d0c598a8b157a603451d916b Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Mon, 22 May 2006 13:25:27 +0000 Subject: python-pysqlite2: fix SRC_URI and stop it using host headers --- packages/python/python-pysqlite2_2.2.2.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'packages/python/python-pysqlite2_2.2.2.bb') 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 -- cgit v1.2.3