From: Marcin Juszkiewicz Date: Tue, 25 Oct 2005 10:51:00 +0000 (+0000) Subject: asterisk: fixed SRC_URI X-Git-Tag: Release-2010-05/1~9453^2~3200 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae3b4ba0ef9a89413256fb3c7ccf0a402375aa65;p=openembedded.git asterisk: fixed SRC_URI --- 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