summaryrefslogtreecommitdiff
path: root/recipes/freesmartphone/gsmd2_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/freesmartphone/gsmd2_git.bb')
-rw-r--r--recipes/freesmartphone/gsmd2_git.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/freesmartphone/gsmd2_git.bb b/recipes/freesmartphone/gsmd2_git.bb
new file mode 100644
index 0000000000..4d25aa94e9
--- /dev/null
+++ b/recipes/freesmartphone/gsmd2_git.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "GSM 07.07 phone server"
+HOMEPAGE = "http://www.freesmartphone.org/mediawiki/index.php/Implementations/gsmd2"
+AUTHOR = "Ixonos Team"
+SECTION = "console/network"
+DEPENDS = "dbus dbus-glib"
+LICENSE = "GPL"
+PV = "0.1.0+gitr${SRCREV}"
+PR = "r1"
+
+SRC_URI = "${FREESMARTPHONE_GIT}/gsmd2.git;protocol=git;branch=master"
+S = "${WORKDIR}/git"
+
+inherit autotools
+
+EXTRA_OECONF = "--disable-tests"
+
+RDEPENDS = "fso-gsm0710muxd"