python-pysqlite2: fix SRC_URI and stop it using host headers
authorMichael Lauer <mickey@vanille-media.de>
Mon, 22 May 2006 13:25:27 +0000 (13:25 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 22 May 2006 13:25:27 +0000 (13:25 +0000)
packages/python/python-pysqlite2_2.2.2.bb

index 124a2ed..8f41342 100644 (file)
@@ -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