readline_4.3.bb: use ${GNU_MIRROR} instead of hardcoded mirror
authorJeremy Laine <jeremy.laine@m4x.org>
Mon, 26 May 2008 07:24:31 +0000 (07:24 +0000)
committerJeremy Laine <jeremy.laine@m4x.org>
Mon, 26 May 2008 07:24:31 +0000 (07:24 +0000)
packages/readline/readline_4.3.bb

index 6dfce72..a2420c5 100644 (file)
@@ -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}"