mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user