aboutsummaryrefslogtreecommitdiffstats
path: root/packages/asterisk
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-08-14 13:41:16 +0000
committerKoen Kooi <koen@openembedded.org>2006-08-14 13:41:16 +0000
commit323cbe64c6ee2316245f3934ecbc1c483b94242b (patch)
tree8dd6fdf8a1a664fe49c90702558a82dd6dd2fac1 /packages/asterisk
parent6932da52694d0795d22166b1182b7208fa0a67b3 (diff)
downloadopenembedded-323cbe64c6ee2316245f3934ecbc1c483b94242b.tar.gz
asterisk: de-arm-ify
Diffstat (limited to 'packages/asterisk')
-rw-r--r--packages/asterisk/asterisk_1.2.9.1.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/asterisk/asterisk_1.2.9.1.bb b/packages/asterisk/asterisk_1.2.9.1.bb
index 46f24c0e35..00da4ab33f 100644
--- a/packages/asterisk/asterisk_1.2.9.1.bb
+++ b/packages/asterisk/asterisk_1.2.9.1.bb
@@ -2,7 +2,7 @@ DESCRIPTION="The Asterisk open source software PBX"
HOMEPAGE="www.asterisk.org"
LICENSE="GPL"
DEPENDS="ncurses zlib openssl curl alsa-lib libogg libvorbis popt"
-PR = "r5"
+PR = "r6"
SRC_URI="http://ftp.digium.com/pub/asterisk/releases/asterisk-${PV}.tar.gz \
file://uclibc-compat-getloadavg.patch;patch=1 \
@@ -15,8 +15,8 @@ export CROSS_COMPILE_BIN="${STAGING_BINDIR}"
export CROSS_COMPILE_TARGET="${STAGING_DIR}/${HOST_SYS}"
export CROSS_ARCH="Linux"
-export CROSS_PROC="arm"
-export SUB_PROC="xscale"
+
+export CROSS_PROC="${TARGET_ARCH}"
export MAKECMDGOALS="dont-optimize"