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

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}"