aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpephone/gsmmux_alpha-2.bb
blob: 9a6433a58a5fcb2cd0d3771954cc75bbd67820e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
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"