mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
fluidsynth: upgrade 2.2.2 -> 2.2.3
Release notes: * FluidSynth did not build on macOS 10.5 and earlier (#946, thanks to @evanmiller) * Fix build with CMake <3.7 (#944, thanks to @komh) * Fix a NULL dereference in delete_fluid_ladspa_effect() (#963) 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;branch=master;protocol=https"
|
||||
SRCREV = "fc21d284dc7fcacdbc456f30228110a55e6e79f6"
|
||||
SRCREV = "926581851ed1a095ef5b8659f77b38272d57e624"
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "2.2.2"
|
||||
PV = "2.2.3"
|
||||
|
||||
inherit cmake pkgconfig lib_package
|
||||
|
||||
Reference in New Issue
Block a user