diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-05-22 13:25:27 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-22 13:25:27 +0000 |
commit | 8a8b7320877bd490d0c598a8b157a603451d916b (patch) | |
tree | 6e79d9d253b979930bac51f3136c91dca5984058 /packages | |
parent | 087e914265f66c12ecbb64c8132e6e7237d4a3d8 (diff) |
python-pysqlite2: fix SRC_URI and stop it using host headers
Diffstat (limited to 'packages')
-rw-r--r-- | packages/python/python-pysqlite2_2.2.2.bb | 4 |
1 files changed, 3 insertions, 1 deletions
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 |