u-boot-omap3pandora: Bump SRCREV to version with UBI enabled.
[openembedded.git] / 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 SRCREV = "1d69fb5b666ac2a9e54e46978c7afa8fe5dfc3c9"
7 PV = "0.9.3.1+gitr${SRCREV}"
8 PR = "r0"
9
10 SRC_URI = "${FREESMARTPHONE_GIT}/gsm0710muxd.git;protocol=git;branch=master"
11 S = "${WORKDIR}/git"
12
13 inherit autotools
14
15 RDEPENDS = "dbus dbus-glib"
16 RCONFLICTS = "gsm0710muxd"
17 RREPLACES = "gsm0710muxd"
18
19 FILES_${PN} += "${datadir} ${sysconfdir}"