summaryrefslogtreecommitdiff
path: root/packages/freesmartphone
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-02-10 17:17:53 +0100
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-02-10 17:18:19 +0100
commit9664ef6a5a0c743437b403ebba80cb176fa644c9 (patch)
tree75810b01327674b64bbd8f27732cbe92f09691c7 /packages/freesmartphone
parentbe521a95ea08b82d5b574b2b11097621c12d1764 (diff)
libgsm0710: new recipe; a lightweight GSM 07.10 protocol engine
Diffstat (limited to 'packages/freesmartphone')
-rw-r--r--packages/freesmartphone/libgsm0710_git.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/freesmartphone/libgsm0710_git.bb b/packages/freesmartphone/libgsm0710_git.bb
new file mode 100644
index 0000000000..bc4e59ea34
--- /dev/null
+++ b/packages/freesmartphone/libgsm0710_git.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "A GSM 07.10 Protocol Engine"
+LICENSE = "GPL"
+SECTION = "devel"
+PV = "1.0.0+gitr${SRCREV}"
+PR = "r0"
+
+SRC_URI = "${FREESMARTPHONE_GIT}/libgsm0710.git;protocol=git;branch=master"
+S = "${WORKDIR}/git"
+
+inherit autotools autotools_stage pkgconfig
+
+# ship vapi file
+FILES_${PN}-dev += "${datadir}/vala"
+