[oe-commits] org.oe.dev asterisk: upstream upgrade to 1.2.13

nail commit openembedded-commits at lists.openembedded.org
Sat Oct 28 23:18:55 UTC 2006


asterisk: upstream upgrade to 1.2.13

Author: nail at nslu2-linux.org
Branch: org.openembedded.dev
Revision: a8f1a7be0fa432205a5484760bd7486303e2824e
ViewMTN: http://monotone.openembedded.org/revision.psp?id=a8f1a7be0fa432205a5484760bd7486303e2824e
Files:
1
packages/asterisk/asterisk_1.2.13.bb
Diffs:

#
# mt diff -r1c8cbe38318d9d10cda52e381cdcafc4ae5b7728 -ra8f1a7be0fa432205a5484760bd7486303e2824e
#
# 
# 
# add_file "packages/asterisk/asterisk_1.2.13.bb"
#  content [96ac59c0fe4b8c66bd65dac2ff927ce3cb4d308c]
# 
============================================================
--- packages/asterisk/asterisk_1.2.13.bb	96ac59c0fe4b8c66bd65dac2ff927ce3cb4d308c
+++ packages/asterisk/asterisk_1.2.13.bb	96ac59c0fe4b8c66bd65dac2ff927ce3cb4d308c
@@ -0,0 +1,38 @@
+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"
+
+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"
+
+
+export CROSS_COMPILE="${CCACHE}${HOST_PREFIX}"
+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 MAKECMDGOALS="dont-optimize"
+
+# We will probably have to edit the CFLAG in the Makefile
+
+do_compile() {
+        oe_runmake
+}
+
+do_install() {
+        oe_runmake DESTDIR=${D} install
+}
+
+do_stage () {
+        install -d ${STAGING_INCDIR}/asterisk
+        install -m 0644 ${S}/include/asterisk/*.h ${STAGING_INCDIR}/asterisk/
+}
+
+






More information about the Openembedded-commits mailing list