summaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-multimedia/fluidsynth
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2019-09-01 20:44:30 +0200
committerKhem Raj <raj.khem@gmail.com>2019-09-02 12:52:45 -0700
commit05d4ee94cc46d4cd7feac661c6d43c1d9d8b0eb1 (patch)
tree75aa8b8ae9ed714368d0236e11f2a0d6dca78c8b /meta-multimedia/recipes-multimedia/fluidsynth
parent6a5d6bc9ad2c6005a1bafabb2ac6e927370823e1 (diff)
downloadmeta-openembedded-05d4ee94cc46d4cd7feac661c6d43c1d9d8b0eb1.tar.gz
fluidsynth: upgrade 2.0.5 -> 2.0.6
This is a bugfix maintenance release Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-multimedia/fluidsynth')
-rw-r--r--meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc
index 234be02ca..9e1c323fe 100644
--- a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc
+++ b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc
@@ -5,8 +5,8 @@ LICENSE = "LGPL-2.1"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=fc178bcd425090939a8b634d1d6a9594" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=fc178bcd425090939a8b634d1d6a9594"
6 6
7SRC_URI = "git://github.com/FluidSynth/fluidsynth.git" 7SRC_URI = "git://github.com/FluidSynth/fluidsynth.git"
8SRCREV = "7f11a9bf5c7304e04309a6ec9fc515ee815524bf" 8SRCREV = "f78486a50bd785200412ea16434b38edc4a45a6c"
9S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
10PV = "2.0.5" 10PV = "2.0.6"
11 11
12inherit cmake pkgconfig lib_package 12inherit cmake pkgconfig lib_package