summaryrefslogtreecommitdiff
path: root/packages/asterisk/asterisk_1.2.9.1.bb
diff options
context:
space:
mode:
authorDirk Opfer <dirk@opfer-online.de>2006-06-21 14:20:19 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-06-21 14:20:19 +0000
commit692b67046261fa0d8cf5c2bb5d19eb8e66a2f2f0 (patch)
treef5be174cf0c4814904085a409fa5945087bbe59b /packages/asterisk/asterisk_1.2.9.1.bb
parent8a23fffee77f6f10025cf43f3c651bdd0c61d656 (diff)
Asterisk 1.2.9.1: add patches to compile against uclibc
- add patch to disable getloadavg calls, because this isn't available in uclibc - also disable res_ninit and friends
Diffstat (limited to 'packages/asterisk/asterisk_1.2.9.1.bb')
-rw-r--r--packages/asterisk/asterisk_1.2.9.1.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/asterisk/asterisk_1.2.9.1.bb b/packages/asterisk/asterisk_1.2.9.1.bb
index b08e178388..46f24c0e35 100644
--- a/packages/asterisk/asterisk_1.2.9.1.bb
+++ b/packages/asterisk/asterisk_1.2.9.1.bb
@@ -2,9 +2,11 @@ DESCRIPTION="The Asterisk open source software PBX"
HOMEPAGE="www.asterisk.org"
LICENSE="GPL"
DEPENDS="ncurses zlib openssl curl alsa-lib libogg libvorbis popt"
-PR = "r4"
+PR = "r5"
SRC_URI="http://ftp.digium.com/pub/asterisk/releases/asterisk-${PV}.tar.gz \
+ file://uclibc-compat-getloadavg.patch;patch=1 \
+ file://uclibc-dsn.patch;patch=1 \
file://asterisk.patch;patch=1"