surpport seeking the recorded video
[vuplus_openembedded] / recipes / freesmartphone / fso-gsm0710muxd_git.bb
1 DESCRIPTION = "GSM 07.10 muxer userspace daemon (FSO Branch)"
2 HOMEPAGE = "http://www.freesmartphone.org/mediawiki/index.php/Implementations/gsm0710muxd"
3 SECTION = "console/network"
4 DEPENDS = "dbus dbus-glib"
5 LICENSE = "GPL"
6 PV = "0.9.3.1+gitr${SRCREV}"
7 PR = "r0"
8
9 SRC_URI = "${FREESMARTPHONE_GIT}/gsm0710muxd.git;protocol=git;branch=master"
10 S = "${WORKDIR}/git"
11
12 inherit autotools
13
14 RDEPENDS = "dbus dbus-glib"
15 RCONFLICTS = "gsm0710muxd"
16 RREPLACES = "gsm0710muxd"
17
18 FILES_${PN} += "${datadir} ${sysconfdir}"