diff options
Diffstat (limited to 'recipes/freesmartphone/fso-gsm0710muxd_git.bb')
-rw-r--r-- | recipes/freesmartphone/fso-gsm0710muxd_git.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/freesmartphone/fso-gsm0710muxd_git.bb b/recipes/freesmartphone/fso-gsm0710muxd_git.bb new file mode 100644 index 0000000000..5ce1d1e846 --- /dev/null +++ b/recipes/freesmartphone/fso-gsm0710muxd_git.bb @@ -0,0 +1,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}" |