diff options
Diffstat (limited to 'recipes/freesmartphone/msmcommd_git.bb')
-rw-r--r-- | recipes/freesmartphone/msmcommd_git.bb | 12 |
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 |