summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/asterisk/asterisk_1.0.7.bb23
-rw-r--r--packages/xserver/xserver-kdrive/touchscreen_hack.patch0
-rw-r--r--packages/xserver/xserver-kdrive_20050610.bb1
3 files changed, 24 insertions, 0 deletions
diff --git a/packages/asterisk/asterisk_1.0.7.bb b/packages/asterisk/asterisk_1.0.7.bb
index e69de29bb2..1116849592 100644
--- a/packages/asterisk/asterisk_1.0.7.bb
+++ b/packages/asterisk/asterisk_1.0.7.bb
@@ -0,0 +1,23 @@
+DESCRIPTION="The Astersisk open source software PBX"
+HOMEPAGE="www.asterisk.org"
+LICENSE="GPL"
+SRC_URI="http://www.asterisk.org/html/downloads/asterisk-${PV}.tar.gz \
+ file://makefile.patch;patch=1"
+
+DEPENDS="ncurses zlib openssl"
+
+# Doh - they use 'L'inux intead of linux
+# FIXME: Do the sed here
+
+export OSARCH="Linux"
+export PROC="${TARGET_ARCH}"
+
+# We will probably have to edit the CFLAG in teh Makefile
+
+do_compile() {
+ oe_runmake
+}
+
+do_install() {
+ oe_runmake DESTDIR=${D} install
+}
diff --git a/packages/xserver/xserver-kdrive/touchscreen_hack.patch b/packages/xserver/xserver-kdrive/touchscreen_hack.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/xserver/xserver-kdrive/touchscreen_hack.patch
diff --git a/packages/xserver/xserver-kdrive_20050610.bb b/packages/xserver/xserver-kdrive_20050610.bb
index 4031db9c2b..2c3f3d8599 100644
--- a/packages/xserver/xserver-kdrive_20050610.bb
+++ b/packages/xserver/xserver-kdrive_20050610.bb
@@ -34,6 +34,7 @@ FILES_xserver-kdrive-xephyr = "${bindir}/Xephyr"
SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xserver;module=xserver;date=${FIXEDCVSDATE} \
file://kmode.patch;patch=1 \
+ file://touchscreen_hack.patch;patch=1 \
file://fbdev-not-fix.patch;patch=1"
SRC_URI_append_mnci = " file://onlyfb.patch;patch=1"