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:
7cb55f5
)
readline_4.3.bb: use ${GNU_MIRROR} instead of hardcoded mirror
author
Jeremy Laine
<jeremy.laine@m4x.org>
Mon, 26 May 2008 07:24:31 +0000
(07:24 +0000)
committer
Jeremy Laine
<jeremy.laine@m4x.org>
Mon, 26 May 2008 07:24:31 +0000
(07:24 +0000)
packages/readline/readline_4.3.bb
patch
|
blob
|
history
diff --git
a/packages/readline/readline_4.3.bb
b/packages/readline/readline_4.3.bb
index
6dfce72
..
a2420c5
100644
(file)
--- a/
packages/readline/readline_4.3.bb
+++ b/
packages/readline/readline_4.3.bb
@@
-10,7
+10,7
@@
RPROVIDES_${PN} += "readline"
LEAD_SONAME = "libreadline.so"
PR = "r3"
-SRC_URI = "
ftp://ftp.cwru.edu/pub/bash
/readline-${PV}.tar.gz \
+SRC_URI = "
${GNU_MIRROR}/readline
/readline-${PV}.tar.gz \
file://shlink-termcap.patch;patch=1 \
file://acinclude.m4"
S = "${WORKDIR}/readline-${PV}"