git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0c5d35
)
python-pysqlite2: Fix SRC_URI
author
Tom Rini
<tom_rini@mentor.com>
Thu, 23 Dec 2010 18:25:32 +0000
(11:25 -0700)
committer
Tom Rini
<tom_rini@mentor.com>
Thu, 23 Dec 2010 18:25:32 +0000
(11:25 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/python/python-pysqlite2_2.4.0.bb
patch
|
blob
|
history
diff --git
a/recipes/python/python-pysqlite2_2.4.0.bb
b/recipes/python/python-pysqlite2_2.4.0.bb
index
8e9e94e
..
0419e5b
100644
(file)
--- 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}"