diff options
Diffstat (limited to 'packages/freesmartphone/libgsm0710_git.bb')
-rw-r--r-- | packages/freesmartphone/libgsm0710_git.bb | 5 |
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" - |