aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/msmcommd_git.bb
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-01-13 01:41:50 +0100
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-01-13 01:43:36 +0100
commit27ecb17f1cab5d5f0a15ac1b0b1404fce38dfc6c (patch)
treed685899373c0b33291114eb2f0b136eac91700b0 /recipes/freesmartphone/msmcommd_git.bb
parentd5d56d7f5cc0a0e6ede8bda140851c8e209c1b4e (diff)
downloadopenembedded-27ecb17f1cab5d5f0a15ac1b0b1404fce38dfc6c.tar.gz
msmcommd: new recipe; support daemon for qualcomm modems w/ binary protocol
Diffstat (limited to 'recipes/freesmartphone/msmcommd_git.bb')
-rw-r--r--recipes/freesmartphone/msmcommd_git.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/freesmartphone/msmcommd_git.bb b/recipes/freesmartphone/msmcommd_git.bb
new file mode 100644
index 0000000000..15a342273e
--- /dev/null
+++ b/recipes/freesmartphone/msmcommd_git.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "Low level protocol implementation for binary protocol spoken by some Qualcomm modems"
+HOMEPAGE = "http://www.freesmartphone.org"
+AUTHOR = "Simon Busch <morphis@gravedo.de>"
+SECTION = "console/network"
+LICENSE = "GPL"
+PV = "0.1.0+gitr${SRCREV}"
+PR = "r0"
+
+SRC_URI = "${FREESMARTPHONE_GIT}/msmcomm.git;protocol=git;branch=master"
+S = "${WORKDIR}/git/msmcommd"
+
+inherit autotools