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 /recipes/freesmartphone | |
parent | bd3f0156074826b765687af3ae1b745b5eaf0fa3 (diff) |
libgsm0710: bump version to 1.1.1 release; add author and homepage
Diffstat (limited to 'recipes/freesmartphone')
-rw-r--r-- | recipes/freesmartphone/libgsm0710_git.bb | 6 |
1 files changed, 4 insertions, 2 deletions
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" |