aboutsummaryrefslogtreecommitdiffstats
path: root/packages/asterisk
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2005-10-25 10:51:00 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-10-25 10:51:00 +0000
commitae3b4ba0ef9a89413256fb3c7ccf0a402375aa65 (patch)
treed5a3e529bfeb099e50d20267799780ed16f35c1c /packages/asterisk
parent3df45bd892f3e3fb8ba961c02ad43f346fb12d1f (diff)
downloadopenembedded-ae3b4ba0ef9a89413256fb3c7ccf0a402375aa65.tar.gz
asterisk: fixed SRC_URI
Diffstat (limited to 'packages/asterisk')
-rw-r--r--packages/asterisk/asterisk_1.0.9.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/asterisk/asterisk_1.0.9.bb b/packages/asterisk/asterisk_1.0.9.bb
index ccb6fe518f..fa0daa7bf7 100644
--- a/packages/asterisk/asterisk_1.0.9.bb
+++ b/packages/asterisk/asterisk_1.0.9.bb
@@ -1,11 +1,12 @@
DESCRIPTION="The Astersisk open source software PBX"
HOMEPAGE="www.asterisk.org"
LICENSE="GPL"
-SRC_URI="http://www.asterisk.org/html/downloads/asterisk-${PV}.tar.gz \
+DEPENDS="ncurses zlib openssl"
+
+SRC_URI="http://ftp.digium.com/pub/asterisk/asterisk-${PV}.tar.gz \
file://gsm.patch;patch=1 \
file://makefile.patch;patch=1"
-DEPENDS="ncurses zlib openssl"
# Doh - they use 'L'inux intead of linux
# FIXME: Do the sed here