From: "Eric Bénard" <eric@eukrea.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH 2/2] asterisk: fix SRC_URI
Date: Tue, 21 Dec 2010 23:03:47 +0100 [thread overview]
Message-ID: <1292969027-18762-2-git-send-email-eric@eukrea.com> (raw)
In-Reply-To: <1292969027-18762-1-git-send-email-eric@eukrea.com>
* keep the higher version which fetch and patch
* fix SRC_URI for all the asterisk recipes
Signed-off-by: Eric Bénard <eric@eukrea.com>
---
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 +-
| 2 +-
| 2 +-
| 2 +-
| 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
--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
--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
--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
--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 \
--
1.6.3.3
next prev parent reply other threads:[~2010-12-21 22:07 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-21 10:41 [PATCH] asterisk: fix SRC_URI and remove old recipes Eric Bénard
2010-12-21 15:02 ` Khem Raj
2010-12-21 22:03 ` [PATCH 1/2] asterisk: move non working recipes to nonworking directory Eric Bénard
2010-12-21 22:03 ` Eric Bénard [this message]
2010-12-21 22:36 ` [PATCH 2/2] asterisk: fix SRC_URI Khem Raj
2010-12-22 9:37 ` Frans Meulenbroeks
2010-12-22 2:10 ` [PATCH 1/2] asterisk: move non working recipes to nonworking directory Khem Raj
2010-12-22 9:12 ` Frans Meulenbroeks
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1292969027-18762-2-git-send-email-eric@eukrea.com \
--to=eric@eukrea.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.