asterisk: updated download path, added PR
authorFrans Meulenbroeks <fransmeulenbroeks@yahoo.com>
Thu, 6 Apr 2006 17:37:08 +0000 (17:37 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 6 Apr 2006 17:37:08 +0000 (17:37 +0000)
slugos-packages.conf: added asterisk to package list

conf/distro/slugos-packages.conf
packages/asterisk/asterisk_1.0.9.bb

index 0278789..3ed8549 100644 (file)
@@ -1,6 +1,7 @@
 BBFILES := "\
 ${PKGDIR}/packages/alsa/*.bb \
 ${PKGDIR}/packages/apr/*.bb \
+${PKGDIR}/packages/asterisk/*.bb \
 ${PKGDIR}/packages/atftp/*.bb \
 ${PKGDIR}/packages/audiofile/*.bb \
 ${PKGDIR}/packages/aumix/*.bb \
index fa0daa7..3ee67f4 100644 (file)
@@ -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"