From 38a94e6cb8f772f29ebf8e25e1fe5cb34711d324 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 7 Feb 2007 10:04:04 +0000 Subject: gpephone: add recipes from http://linuxtogo.org/~florian/gpepe/ * They still need to be run through oe-stylize.py * things like linphone need to get merged with their original counterparts in OE --- packages/gpephone/gsmmux_alpha-2.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 packages/gpephone/gsmmux_alpha-2.bb (limited to 'packages/gpephone/gsmmux_alpha-2.bb') diff --git a/packages/gpephone/gsmmux_alpha-2.bb b/packages/gpephone/gsmmux_alpha-2.bb new file mode 100644 index 0000000000..3354acdafb --- /dev/null +++ b/packages/gpephone/gsmmux_alpha-2.bb @@ -0,0 +1,12 @@ +LICENSE = "GPL" +DESCRIPTION = "A GSM (De-)Multiplexer." +SECTION = "gsm" +PRIORITY = "optional" +PR = "r0" + +DEPENDS = "glibc" + +inherit gpe + +SRC_URI = "http://download2.berlios.de/gsmmux/${P}.tar.gz \ + file://gsmmux-makefile.patch;patch=1;pnum=0" -- cgit v1.2.3