diff options
Diffstat (limited to 'recipes')
-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" |