From patchwork Tue Dec 21 22:03:47 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [2/2] asterisk: fix SRC_URI Date: Tue, 21 Dec 2010 22:03:47 -0000 From: Eric BENARD X-Patchwork-Id: 104 Message-Id: <1292969027-18762-2-git-send-email-eric@eukrea.com> To: openembedded-devel@lists.openembedded.org * 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 Acked-by: Frans Meulenbroeks --- recipes/asterisk-sounds/asterisk-sounds_1.2.1.bb | 2 +- .../asterisk/asterisk-core-sounds-en-alaw_1.4.8.bb | 2 +- .../asterisk/asterisk-core-sounds-en-g729_1.4.8.bb | 2 +- .../asterisk/asterisk-core-sounds-en-gsm_1.4.8.bb | 2 +- .../asterisk/asterisk-core-sounds-en-ulaw_1.4.8.bb | 2 +- .../asterisk-extra-sounds-en-alaw_1.4.7.bb | 2 +- .../asterisk-extra-sounds-en-g729_1.4.7.bb | 2 +- .../asterisk/asterisk-extra-sounds-en-gsm_1.4.7.bb | 2 +- .../asterisk-extra-sounds-en-ulaw_1.4.7.bb | 2 +- .../asterisk/asterisk-moh-freeplay-alaw_0.0.0.bb | 2 +- .../asterisk/asterisk-moh-freeplay-g729_0.0.0.bb | 2 +- .../asterisk/asterisk-moh-freeplay-gsm_0.0.0.bb | 2 +- .../asterisk/asterisk-moh-freeplay-ulaw_0.0.0.bb | 2 +- recipes/asterisk/asterisk_1.4.23.1.bb | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/recipes/asterisk-sounds/asterisk-sounds_1.2.1.bb b/recipes/asterisk-sounds/asterisk-sounds_1.2.1.bb index 416afdb..e2c8923 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 diff --git a/recipes/asterisk/asterisk-core-sounds-en-alaw_1.4.8.bb b/recipes/asterisk/asterisk-core-sounds-en-alaw_1.4.8.bb index b5f3e31..e2adb8f 100644 --- a/recipes/asterisk/asterisk-core-sounds-en-alaw_1.4.8.bb +++ b/recipes/asterisk/asterisk-core-sounds-en-alaw_1.4.8.bb @@ -5,7 +5,7 @@ LICENSE="GPL" #DEPENDS="asterisk" PR = "r1" -SRC_URI="http://downloads.digium.com/pub/telephony/sounds/releases/asterisk-core-sounds-en-alaw-${PV}.tar.gz" +SRC_URI="http://downloads.asterisk.org/pub/telephony/sounds/releases/asterisk-core-sounds-en-alaw-${PV}.tar.gz" do_install() { install -d ${D}${localstatedir}/lib/asterisk/sounds diff --git a/recipes/asterisk/asterisk-core-sounds-en-g729_1.4.8.bb b/recipes/asterisk/asterisk-core-sounds-en-g729_1.4.8.bb index 9cc6867..34b77b8 100644 --- a/recipes/asterisk/asterisk-core-sounds-en-g729_1.4.8.bb +++ b/recipes/asterisk/asterisk-core-sounds-en-g729_1.4.8.bb @@ -5,7 +5,7 @@ LICENSE="GPL" #DEPENDS="asterisk" PR = "r1" -SRC_URI="http://downloads.digium.com/pub/telephony/sounds/releases/asterisk-core-sounds-en-g729-${PV}.tar.gz" +SRC_URI="http://downloads.asterisk.org/pub/telephony/sounds/releases/asterisk-core-sounds-en-g729-${PV}.tar.gz" do_install() { install -d ${D}${localstatedir}/lib/asterisk/sounds diff --git a/recipes/asterisk/asterisk-core-sounds-en-gsm_1.4.8.bb b/recipes/asterisk/asterisk-core-sounds-en-gsm_1.4.8.bb index bef02db..956b7e0 100644 --- a/recipes/asterisk/asterisk-core-sounds-en-gsm_1.4.8.bb +++ b/recipes/asterisk/asterisk-core-sounds-en-gsm_1.4.8.bb @@ -5,7 +5,7 @@ LICENSE="GPL" #DEPENDS="asterisk" PR = "r1" -SRC_URI="http://downloads.digium.com/pub/telephony/sounds/releases/asterisk-core-sounds-en-gsm-${PV}.tar.gz" +SRC_URI="http://downloads.asterisk.org/pub/telephony/sounds/releases/asterisk-core-sounds-en-gsm-${PV}.tar.gz" do_install() { install -d ${D}${localstatedir}/lib/asterisk/sounds diff --git a/recipes/asterisk/asterisk-core-sounds-en-ulaw_1.4.8.bb b/recipes/asterisk/asterisk-core-sounds-en-ulaw_1.4.8.bb index ed776fc..60c8c4e 100644 --- a/recipes/asterisk/asterisk-core-sounds-en-ulaw_1.4.8.bb +++ b/recipes/asterisk/asterisk-core-sounds-en-ulaw_1.4.8.bb @@ -5,7 +5,7 @@ LICENSE="GPL" #DEPENDS="asterisk" PR = "r1" -SRC_URI="http://downloads.digium.com/pub/telephony/sounds/releases/asterisk-core-sounds-en-ulaw-${PV}.tar.gz" +SRC_URI="http://downloads.asterisk.org/pub/telephony/sounds/releases/asterisk-core-sounds-en-ulaw-${PV}.tar.gz" do_install() { install -d ${D}${localstatedir}/lib/asterisk/sounds diff --git a/recipes/asterisk/asterisk-extra-sounds-en-alaw_1.4.7.bb b/recipes/asterisk/asterisk-extra-sounds-en-alaw_1.4.7.bb index 554c71a..ac5c747 100644 --- a/recipes/asterisk/asterisk-extra-sounds-en-alaw_1.4.7.bb +++ b/recipes/asterisk/asterisk-extra-sounds-en-alaw_1.4.7.bb @@ -5,7 +5,7 @@ LICENSE="GPL" #DEPENDS="asterisk" PR = "r1" -SRC_URI="http://downloads.digium.com/pub/telephony/sounds/releases/asterisk-extra-sounds-en-alaw-${PV}.tar.gz" +SRC_URI="http://downloads.asterisk.org/pub/telephony/sounds/releases/asterisk-extra-sounds-en-alaw-${PV}.tar.gz" do_install() { install -d ${D}${localstatedir}/lib/asterisk/sounds diff --git a/recipes/asterisk/asterisk-extra-sounds-en-g729_1.4.7.bb b/recipes/asterisk/asterisk-extra-sounds-en-g729_1.4.7.bb index 763f68c..67422bc 100644 --- a/recipes/asterisk/asterisk-extra-sounds-en-g729_1.4.7.bb +++ b/recipes/asterisk/asterisk-extra-sounds-en-g729_1.4.7.bb @@ -5,7 +5,7 @@ LICENSE="GPL" #DEPENDS="asterisk" PR = "r1" -SRC_URI="http://downloads.digium.com/pub/telephony/sounds/releases/asterisk-extra-sounds-en-g729-${PV}.tar.gz" +SRC_URI="http://downloads.asterisk.org/pub/telephony/sounds/releases/asterisk-extra-sounds-en-g729-${PV}.tar.gz" do_install() { install -d ${D}${localstatedir}/lib/asterisk/sounds diff --git a/recipes/asterisk/asterisk-extra-sounds-en-gsm_1.4.7.bb b/recipes/asterisk/asterisk-extra-sounds-en-gsm_1.4.7.bb index 6f2830c..688034f 100644 --- a/recipes/asterisk/asterisk-extra-sounds-en-gsm_1.4.7.bb +++ b/recipes/asterisk/asterisk-extra-sounds-en-gsm_1.4.7.bb @@ -5,7 +5,7 @@ LICENSE="GPL" #DEPENDS="asterisk" PR = "r1" -SRC_URI="http://downloads.digium.com/pub/telephony/sounds/releases/asterisk-extra-sounds-en-gsm-${PV}.tar.gz" +SRC_URI="http://downloads.asterisk.org/pub/telephony/sounds/releases/asterisk-extra-sounds-en-gsm-${PV}.tar.gz" do_install() { install -d ${D}${localstatedir}/lib/asterisk/sounds diff --git a/recipes/asterisk/asterisk-extra-sounds-en-ulaw_1.4.7.bb b/recipes/asterisk/asterisk-extra-sounds-en-ulaw_1.4.7.bb index 3975975..201da89 100644 --- a/recipes/asterisk/asterisk-extra-sounds-en-ulaw_1.4.7.bb +++ b/recipes/asterisk/asterisk-extra-sounds-en-ulaw_1.4.7.bb @@ -5,7 +5,7 @@ LICENSE="GPL" #DEPENDS="asterisk" PR = "r1" -SRC_URI="http://downloads.digium.com/pub/telephony/sounds/releases/asterisk-extra-sounds-en-ulaw-${PV}.tar.gz" +SRC_URI="http://downloads.asterisk.org/pub/telephony/sounds/releases/asterisk-extra-sounds-en-ulaw-${PV}.tar.gz" do_install() { install -d ${D}${localstatedir}/lib/asterisk/sounds diff --git a/recipes/asterisk/asterisk-moh-freeplay-alaw_0.0.0.bb b/recipes/asterisk/asterisk-moh-freeplay-alaw_0.0.0.bb index 566882a..24548f6 100644 --- a/recipes/asterisk/asterisk-moh-freeplay-alaw_0.0.0.bb +++ b/recipes/asterisk/asterisk-moh-freeplay-alaw_0.0.0.bb @@ -5,7 +5,7 @@ LICENSE="GPL" #DEPENDS="asterisk" PR = "r1" -SRC_URI="http://downloads.digium.com/pub/telephony/sounds/releases/asterisk-moh-freeplay-alaw.tar.gz" +SRC_URI="http://downloads.asterisk.org/pub/telephony/sounds/releases/asterisk-moh-freeplay-alaw.tar.gz" do_install() { install -d ${D}${localstatedir}/lib/asterisk/moh diff --git a/recipes/asterisk/asterisk-moh-freeplay-g729_0.0.0.bb b/recipes/asterisk/asterisk-moh-freeplay-g729_0.0.0.bb index cadadc4..efe6d6e 100644 --- a/recipes/asterisk/asterisk-moh-freeplay-g729_0.0.0.bb +++ b/recipes/asterisk/asterisk-moh-freeplay-g729_0.0.0.bb @@ -5,7 +5,7 @@ LICENSE="GPL" #DEPENDS="asterisk" PR = "r1" -SRC_URI="http://downloads.digium.com/pub/telephony/sounds/releases/asterisk-moh-freeplay-g729.tar.gz" +SRC_URI="http://downloads.asterisk.org/pub/telephony/sounds/releases/asterisk-moh-freeplay-g729.tar.gz" do_install() { install -d ${D}${localstatedir}/lib/asterisk/moh diff --git a/recipes/asterisk/asterisk-moh-freeplay-gsm_0.0.0.bb b/recipes/asterisk/asterisk-moh-freeplay-gsm_0.0.0.bb index b608b8f..6b62da3 100644 --- a/recipes/asterisk/asterisk-moh-freeplay-gsm_0.0.0.bb +++ b/recipes/asterisk/asterisk-moh-freeplay-gsm_0.0.0.bb @@ -5,7 +5,7 @@ LICENSE="GPL" #DEPENDS="asterisk" PR = "r1" -SRC_URI="http://downloads.digium.com/pub/telephony/sounds/releases/asterisk-moh-freeplay-gsm.tar.gz" +SRC_URI="http://downloads.asterisk.org/pub/telephony/sounds/releases/asterisk-moh-freeplay-gsm.tar.gz" do_install() { install -d ${D}${localstatedir}/lib/asterisk/moh diff --git a/recipes/asterisk/asterisk-moh-freeplay-ulaw_0.0.0.bb b/recipes/asterisk/asterisk-moh-freeplay-ulaw_0.0.0.bb index ac91615..05a96d6 100644 --- a/recipes/asterisk/asterisk-moh-freeplay-ulaw_0.0.0.bb +++ b/recipes/asterisk/asterisk-moh-freeplay-ulaw_0.0.0.bb @@ -5,7 +5,7 @@ LICENSE="GPL" #DEPENDS="asterisk" PR = "r1" -SRC_URI="http://downloads.digium.com/pub/telephony/sounds/releases/asterisk-moh-freeplay-ulaw.tar.gz" +SRC_URI="http://downloads.asterisk.org/pub/telephony/sounds/releases/asterisk-moh-freeplay-ulaw.tar.gz" do_install() { install -d ${D}${localstatedir}/lib/asterisk/moh diff --git a/recipes/asterisk/asterisk_1.4.23.1.bb b/recipes/asterisk/asterisk_1.4.23.1.bb index af6967a..ed44508 100644 --- a/recipes/asterisk/asterisk_1.4.23.1.bb +++ b/recipes/asterisk/asterisk_1.4.23.1.bb @@ -8,7 +8,7 @@ SECTION = "console/telephony" DEPENDS = "speex readline zlib openssl curl popt gnutls sqlite libogg libvorbis" #RRECOMMENDS_${PN} = "logrotate" -SRC_URI="http://downloads.digium.com/pub/asterisk/releases/asterisk-${PV}.tar.gz \ +SRC_URI="http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/asterisk-${PV}.tar.gz \ # file://sounds.xml.patch \ file://Makefile.patch \ file://logrotate \