From 6b4e635e64186cd0c9f66d677238652011c9b379 Mon Sep 17 00:00:00 2001 From: Eric BENARD Date: Wed, 22 Dec 2010 06:03:47 +0000 Subject: asterisk: fix SRC_URI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * keep the higher version which fetch and patch * fix SRC_URI for all the asterisk recipes Signed-off-by: Eric BĂ©nard Acked-by: Khem Raj --- recipes/asterisk-sounds/asterisk-sounds_1.2.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/asterisk-sounds') diff --git a/recipes/asterisk-sounds/asterisk-sounds_1.2.1.bb b/recipes/asterisk-sounds/asterisk-sounds_1.2.1.bb index 416afdba3b..e2c8923770 100644 --- a/recipes/asterisk-sounds/asterisk-sounds_1.2.1.bb +++ b/recipes/asterisk-sounds/asterisk-sounds_1.2.1.bb @@ -4,7 +4,7 @@ LICENSE="GPL" DEPENDS="asterisk" PR = "r1" -SRC_URI="http://ftp.digium.com/pub/asterisk/releases/asterisk-sounds-${PV}.tar.gz" +SRC_URI="http://downloads.asterisk.org/pub/telephony/asterisk/releases/asterisk-sounds-${PV}.tar.gz" do_install() { oe_runmake DESTDIR=${D} install -- cgit 1.2.3-korg