aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/asterisk/asterisk_1.2.28.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/asterisk/asterisk_1.2.28.bb')
-rw-r--r--recipes/asterisk/asterisk_1.2.28.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes/asterisk/asterisk_1.2.28.bb b/recipes/asterisk/asterisk_1.2.28.bb
index a79d81b694..e49e68d7c7 100644
--- a/recipes/asterisk/asterisk_1.2.28.bb
+++ b/recipes/asterisk/asterisk_1.2.28.bb
@@ -5,13 +5,13 @@ HOMEPAGE="www.asterisk.org"
LICENSE="GPL"
DEPENDS="ncurses zlib openssl curl alsa-lib libogg libvorbis speex"
SECTION = "console/telephony"
-PR = "r1"
+PR = "r2"
SRC_URI="http://ftp.digium.com/pub/asterisk/releases/asterisk-${PV}.tar.gz \
- file://uclibc-compat-getloadavg.patch;patch=1 \
- file://uclibc-dns.patch;patch=1 \
- file://asterisk.patch;patch=1 \
- file://enable-speex.patch;patch=1"
+ file://uclibc-compat-getloadavg.patch \
+ file://uclibc-dns.patch \
+ file://asterisk.patch \
+ file://enable-speex.patch"
S = "${WORKDIR}/asterisk-${PV}"