summaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/fso-gsm0710muxd_git.bb
blob: 6fae6af421d85e37b9bee8f1c3d83b23fc11e3b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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"
SRCREV = "1d69fb5b666ac2a9e54e46978c7afa8fe5dfc3c9"
PV = "0.9.3.1+gitr${SRCPV}"
PE = "1"
PR = "r0"

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

inherit autotools

RDEPENDS_${PN} = "dbus dbus-glib"
RCONFLICTS = "gsm0710muxd"
RREPLACES = "gsm0710muxd"

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