diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2019-04-21 14:58:48 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-04-27 10:13:07 -0700 |
commit | b655a3ea602eaad6b604ddab0c191039a09158d5 (patch) | |
tree | 7b0b6003b1445d15f5df2cf198160845f72abaa7 /meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc | |
parent | 980435a7d7f9f9a170537f2ba23a378d14b1591b (diff) | |
download | meta-openembedded-b655a3ea602eaad6b604ddab0c191039a09158d5.tar.gz |
fluidsynth: upgrade 2.0.4 -> 2.0.5
Release notes are found at [1] - upgrade can be considered as bugfix release
[1] https://github.com/FluidSynth/fluidsynth/releases/tag/v2.0.5
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/fluidsynth.inc')
-rw-r--r-- | meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc | 4 |
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 810ca997e..234be02ca 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" | |||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fc178bcd425090939a8b634d1d6a9594" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fc178bcd425090939a8b634d1d6a9594" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/FluidSynth/fluidsynth.git" | 7 | SRC_URI = "git://github.com/FluidSynth/fluidsynth.git" |
8 | SRCREV = "9671e412feedb90325e038c3aaf5d543eebc20c0" | 8 | SRCREV = "7f11a9bf5c7304e04309a6ec9fc515ee815524bf" |
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
10 | PV = "2.0.4" | 10 | PV = "2.0.5" |
11 | 11 | ||
12 | inherit cmake pkgconfig lib_package | 12 | inherit cmake pkgconfig lib_package |