[oe-commits] Michael 'Mickey' Lauer : libgsm0710: new recipe; a lightweight GSM 07. 10 protocol engine

GIT User account git at amethyst.openembedded.net
Tue Feb 10 16:18:46 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 9664ef6a5a0c743437b403ebba80cb176fa644c9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9664ef6a5a0c743437b403ebba80cb176fa644c9

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Tue Feb 10 17:17:53 2009 +0100

libgsm0710: new recipe; a lightweight GSM 07.10 protocol engine

---

 conf/distro/include/sane-srcrevs.inc      |    1 +
 packages/freesmartphone/libgsm0710_git.bb |   14 ++++++++++++++
 2 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index d689956..3322edd 100644
--- a/conf/distro/include/sane-srcrevs.inc
+++ b/conf/distro/include/sane-srcrevs.inc
@@ -84,6 +84,7 @@ SRCREV_pn-libexalt-dbus ?= "76"
 SRCREV_pn-libfakekey ?= "1455"
 SRCREV_pn-libframeworkd-glib ?= "703017c8f874a325d917931378071c614597110e"
 SRCREV_pn-libgdbus ?= "aeab6e3c0185b271ca343b439470491b99cc587f"
+SRCREV_pn-libgsm0710 ?= "a05704a56003dc02dca784cef4176e97eaf9f688"
 SRCREV_pn-libgsmd ?= "4505"
 SRCREV_pn-libiac ?= "1590"
 SRCREV_pn-libjana ?= "713"
diff --git a/packages/freesmartphone/libgsm0710_git.bb b/packages/freesmartphone/libgsm0710_git.bb
new file mode 100644
index 0000000..bc4e59e
--- /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"
+





More information about the Openembedded-commits mailing list