diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2005-10-25 10:51:00 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-25 10:51:00 +0000 |
commit | ae3b4ba0ef9a89413256fb3c7ccf0a402375aa65 (patch) | |
tree | d5a3e529bfeb099e50d20267799780ed16f35c1c | |
parent | 3df45bd892f3e3fb8ba961c02ad43f346fb12d1f (diff) |
asterisk: fixed SRC_URI
-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 |