diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-04-17 13:24:17 +0200 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-04-17 14:36:42 +0200 |
commit | a9bb0bd17e831a52609c4ef096f6295004fb9e3b (patch) | |
tree | a14a2743ab40be9ab45e94c02aead965707fa199 | |
parent | bd3f0156074826b765687af3ae1b745b5eaf0fa3 (diff) |
libgsm0710: bump version to 1.1.1 release; add author and homepage
-rw-r--r-- | conf/distro/include/sane-srcrevs.inc | 2 | ||||
-rw-r--r-- | recipes/freesmartphone/libgsm0710_git.bb | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc index 6ebd412fdb..9e4cc3d97b 100644 --- a/conf/distro/include/sane-srcrevs.inc +++ b/conf/distro/include/sane-srcrevs.inc @@ -94,7 +94,7 @@ SRCREV_pn-libexalt-dbus ?= "76" SRCREV_pn-libfakekey ?= "1455" SRCREV_pn-libframeworkd-glib ?= "e90f7c208356b53c34e025585248ea0a7a2ea13c" SRCREV_pn-libgdbus ?= "aeab6e3c0185b271ca343b439470491b99cc587f" -SRCREV_pn-libgsm0710 ?= "6fdfbc2bb50c6ce49d644b92cd371a1df5942e1d" +SRCREV_pn-libgsm0710 ?= "50079c58e6f4a21edd6ab33ef2365abb1f5441d2" SRCREV_pn-libgsm0710mux ?= "a97b263f939f9a09d0a38c3346807215c72a6197" SRCREV_pn-libgsmd ?= "4505" SRCREV_pn-libiac ?= "1590" diff --git a/recipes/freesmartphone/libgsm0710_git.bb b/recipes/freesmartphone/libgsm0710_git.bb index b9d9b36010..b24e0b73a9 100644 --- a/recipes/freesmartphone/libgsm0710_git.bb +++ b/recipes/freesmartphone/libgsm0710_git.bb @@ -1,7 +1,9 @@ DESCRIPTION = "A GSM 07.10 Protocol Engine" +AUTHOR = "TROLLTECH ASA, Michael Lauer" +HOMEPAGE = "http://www.freesmartphone.org/index.php/Implementations/libgsm0710" LICENSE = "GPL" SECTION = "devel" -PV = "1.1.0+gitr${SRCREV}" +PV = "1.1.1+gitr${SRCREV}" PR = "r0" SRC_URI = "${FREESMARTPHONE_GIT}/libgsm0710.git;protocol=git;branch=master" @@ -9,5 +11,5 @@ S = "${WORKDIR}/git" inherit autotools_stage pkgconfig -# ship vapi file +# ship vala bindings FILES_${PN}-dev += "${datadir}/vala" |