aboutsummaryrefslogtreecommitdiffstats
path: root/packages/asterisk
diff options
context:
space:
mode:
authorOyvind Repvik <nail@nslu2-linux.org>2007-02-28 08:35:00 +0000
committerOyvind Repvik <nail@nslu2-linux.org>2007-02-28 08:35:00 +0000
commitfa2e6e4b8ec83c04d2ff0bfb5891ba53ba2f549e (patch)
tree260ef403295996b18acbf56c00277a20d6fe24f7 /packages/asterisk
parent15db148aa49730841527975c932a1f6c55fb86a0 (diff)
downloadopenembedded-fa2e6e4b8ec83c04d2ff0bfb5891ba53ba2f549e.tar.gz
Unbreak asterisk. Silly arm-specific variables
Diffstat (limited to 'packages/asterisk')
-rw-r--r--packages/asterisk/asterisk_1.2.13.bb5
-rw-r--r--packages/asterisk/asterisk_1.2.14.bb5
2 files changed, 4 insertions, 6 deletions
diff --git a/packages/asterisk/asterisk_1.2.13.bb b/packages/asterisk/asterisk_1.2.13.bb
index 42a3214f0a..3378f6e48b 100644
--- a/packages/asterisk/asterisk_1.2.13.bb
+++ b/packages/asterisk/asterisk_1.2.13.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 = "r1"
+PR = "r2"
SRC_URI="http://ftp.digium.com/pub/asterisk/releases/asterisk-${PV}.tar.gz \
file://uclibc-compat-getloadavg.patch;patch=1 \
@@ -15,8 +15,7 @@ export CROSS_COMPILE_BIN="${STAGING_BINDIR_CROSS}"
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"
diff --git a/packages/asterisk/asterisk_1.2.14.bb b/packages/asterisk/asterisk_1.2.14.bb
index 42a3214f0a..3378f6e48b 100644
--- a/packages/asterisk/asterisk_1.2.14.bb
+++ b/packages/asterisk/asterisk_1.2.14.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 = "r1"
+PR = "r2"
SRC_URI="http://ftp.digium.com/pub/asterisk/releases/asterisk-${PV}.tar.gz \
file://uclibc-compat-getloadavg.patch;patch=1 \
@@ -15,8 +15,7 @@ export CROSS_COMPILE_BIN="${STAGING_BINDIR_CROSS}"
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"