summaryrefslogtreecommitdiff
path: root/packages/freesmartphone/libgsm0710_git.bb
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-02-16 20:02:42 +0100
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-02-16 20:02:42 +0100
commit2c476f827e2550ab08a5b7cd5378f2aa5698029d (patch)
tree02bf25d67337f03858fca42dd3a1661ce20cdf93 /packages/freesmartphone/libgsm0710_git.bb
parent7a45ec8d68bd3767b4d737ecb64609ab9dfb9080 (diff)
libgsm0710: 1.0.0 -> 1.1.0
Diffstat (limited to 'packages/freesmartphone/libgsm0710_git.bb')
-rw-r--r--packages/freesmartphone/libgsm0710_git.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/freesmartphone/libgsm0710_git.bb b/packages/freesmartphone/libgsm0710_git.bb
index bc4e59ea34..b9d9b36010 100644
--- a/packages/freesmartphone/libgsm0710_git.bb
+++ b/packages/freesmartphone/libgsm0710_git.bb
@@ -1,14 +1,13 @@
DESCRIPTION = "A GSM 07.10 Protocol Engine"
LICENSE = "GPL"
SECTION = "devel"
-PV = "1.0.0+gitr${SRCREV}"
+PV = "1.1.0+gitr${SRCREV}"
PR = "r0"
SRC_URI = "${FREESMARTPHONE_GIT}/libgsm0710.git;protocol=git;branch=master"
S = "${WORKDIR}/git"
-inherit autotools autotools_stage pkgconfig
+inherit autotools_stage pkgconfig
# ship vapi file
FILES_${PN}-dev += "${datadir}/vala"
-