aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2020-04-11 00:09:41 +0200
committerKhem Raj <raj.khem@gmail.com>2020-04-10 17:48:38 -0700
commit2d4b8078f6b4e2d8380d17a918be68916c101120 (patch)
treef0f87d4d5dadc3475812cf7e494d9a8c63fcdb6c
parentd91229a28ce5d02fa059ed6d7ae1339187fcd1f1 (diff)
downloadmeta-openembedded-contrib-2d4b8078f6b4e2d8380d17a918be68916c101120.tar.gz
fluidsynth: upgrade 2.1.1 -> 2.1.2
>From [1]: * fluidsynth now exits with error when user-provided command-line arguments are out-of-range (#623) * add verbose error logging to opensles and oboe drivers (#627) * fix a memory leak in oboe driver (#626) * fix a NULL dereference in the fluidsynth commandline program [1] https://github.com/FluidSynth/fluidsynth/releases/tag/v2.1.2 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-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 4fb622c46f..73858b0203 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"
LIC_FILES_CHKSUM = "file://LICENSE;md5=fc178bcd425090939a8b634d1d6a9594"
SRC_URI = "git://github.com/FluidSynth/fluidsynth.git"
-SRCREV = "3b851da6f721fcf15ec0b935eba72707bdb53d7b"
+SRCREV = "d9ad6a0725840388a48f45e38eda903a65ec1cf5"
S = "${WORKDIR}/git"
-PV = "2.1.1"
+PV = "2.1.2"
inherit cmake pkgconfig lib_package