From bd9e899d1b07813c78f2dc2e5c46a67937839065 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 22 Mar 2011 11:45:07 -0700 Subject: Various: Switch to using GNU_MIRROR Signed-off-by: Tom Rini --- meta/recipes-extended/bash/bash_3.2.48.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta/recipes-extended/bash/bash_3.2.48.bb') diff --git a/meta/recipes-extended/bash/bash_3.2.48.bb b/meta/recipes-extended/bash/bash_3.2.48.bb index 0912ad6aa8..1520c4e6ba 100644 --- a/meta/recipes-extended/bash/bash_3.2.48.bb +++ b/meta/recipes-extended/bash/bash_3.2.48.bb @@ -9,9 +9,9 @@ DEPENDS = "ncurses" PR = "r7" SRC_URI = "${GNU_MIRROR}/bash/bash-${PV}.tar.gz \ - http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-049;apply=yes;striplevel=0 \ - http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-050;apply=yes;striplevel=0 \ - http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-051;apply=yes;striplevel=0" + ${GNU_MIRROR}/bash/bash-3.2-patches/bash32-049;apply=yes;striplevel=0 \ + ${GNU_MIRROR}/bash/bash-3.2-patches/bash32-050;apply=yes;striplevel=0 \ + ${GNU_MIRROR}/bash/bash-3.2-patches/bash32-051;apply=yes;striplevel=0" inherit autotools gettext -- cgit 1.2.3-korg