diff options
-rw-r--r-- | packages/asterisk/asterisk_1.0.9.bb | 5 |
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 |