aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/fso-gsm0710muxd_git.bb
blob: 5ce1d1e846c2abada4801b602474764403cc85f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "GSM 07.10 muxer userspace daemon (FSO Branch)"
HOMEPAGE = "http://www.freesmartphone.org/mediawiki/index.php/Implementations/gsm0710muxd"
SECTION = "console/network"
DEPENDS = "dbus dbus-glib"
LICENSE = "GPL"
PV = "0.9.3.1+gitr${SRCREV}"
PR = "r0"

SRC_URI = "${FREESMARTPHONE_GIT}/gsm0710muxd.git;protocol=git;branch=master"
S = "${WORKDIR}/git"

inherit autotools

RDEPENDS = "dbus dbus-glib"
RCONFLICTS = "gsm0710muxd"
RREPLACES = "gsm0710muxd"

FILES_${PN} += "${datadir} ${sysconfdir}"