diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-11-04 13:47:26 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-11-06 08:48:27 -0800 |
commit | 999b308b368cb2d2232ec465c51c129b4e4aa4c6 (patch) | |
tree | 66369f621c64abb596e651dde5fd0e43e7cc5783 /meta-multimedia | |
parent | f8518f7c36b5d0ad59233230822898b1b24ac39d (diff) | |
download | meta-openembedded-999b308b368cb2d2232ec465c51c129b4e4aa4c6.tar.gz |
fluidsynth: upgrade 2.3.2 -> 2.3.4
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia')
-rw-r--r-- | meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_git.bb b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_git.bb index a1083af56d..26b1999439 100644 --- a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_git.bb +++ b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_git.bb | |||
@@ -5,9 +5,9 @@ LICENSE = "LGPL-2.1-only" | |||
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;branch=master;protocol=https" | 7 | SRC_URI = "git://github.com/FluidSynth/fluidsynth.git;branch=master;protocol=https" |
8 | SRCREV = "4d8fe638e1a48660a4c843d493f69a86579e12f0" | 8 | SRCREV = "5ecdc4568e45123216c6888892caad07918ef127" |
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
10 | PV = "2.3.2" | 10 | PV = "2.3.4" |
11 | 11 | ||
12 | inherit cmake pkgconfig lib_package | 12 | inherit cmake pkgconfig lib_package |
13 | 13 | ||