diff options
author | Frans Meulenbroeks <fransmeulenbroeks@yahoo.com> | 2006-04-06 17:37:08 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-06 17:37:08 +0000 |
commit | 3bcd16909c945940017ded43f94652f1a7acf2f5 (patch) | |
tree | 537e183be35eb84cfcc2543f02793c67545d98c0 /packages/asterisk | |
parent | 5803e33dfe8b1f226b28a5fb1081d11270ac7e48 (diff) |
asterisk: updated download path, added PR
slugos-packages.conf: added asterisk to package list
Diffstat (limited to 'packages/asterisk')
-rw-r--r-- | packages/asterisk/asterisk_1.0.9.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/asterisk/asterisk_1.0.9.bb b/packages/asterisk/asterisk_1.0.9.bb index fa0daa7bf7..3ee67f4bac 100644 --- a/packages/asterisk/asterisk_1.0.9.bb +++ b/packages/asterisk/asterisk_1.0.9.bb @@ -2,8 +2,9 @@ DESCRIPTION="The Astersisk open source software PBX" HOMEPAGE="www.asterisk.org" LICENSE="GPL" DEPENDS="ncurses zlib openssl" +PR = "r1" -SRC_URI="http://ftp.digium.com/pub/asterisk/asterisk-${PV}.tar.gz \ +SRC_URI="http://ftp.digium.com/pub/asterisk/releases/asterisk-${PV}.tar.gz \ file://gsm.patch;patch=1 \ file://makefile.patch;patch=1" |