summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2018-03-18 20:08:29 +0100
committerArmin Kuster <akuster808@gmail.com>2018-03-21 18:38:23 -0700
commita69e51037ce5befcb051b3477a34ab3edf5ffdb0 (patch)
tree46abc095ed100613c0262b08a1fc2d6b15d21b55
parent0a499a8f3578d21909fb2b53467a9bea88d16a27 (diff)
downloadmeta-openembedded-a69e51037ce5befcb051b3477a34ab3edf5ffdb0.tar.gz
fluidsynth: update 1.1.9 -> 1.1.10
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.10.bb (renamed from meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.9.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.9.bb b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.10.bb
index fffbf0cae..0ec4c49ce 100644
--- a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.9.bb
+++ b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.10.bb
@@ -10,7 +10,7 @@ SRC_URI = " \
10 git://github.com/FluidSynth/fluidsynth.git;branch=1.1.x \ 10 git://github.com/FluidSynth/fluidsynth.git;branch=1.1.x \
11 file://0001-Use-ARM-NEON-accelaration-for-float-multithreaded-se.patch \ 11 file://0001-Use-ARM-NEON-accelaration-for-float-multithreaded-se.patch \
12" 12"
13SRCREV = "fe37923393d6a76f42ed044aa56dadc66ec909ce" 13SRCREV = "f5a0fee6f7f2b2ab4c866df1acb649333464b3fd"
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
16inherit cmake pkgconfig lib_package 16inherit cmake pkgconfig lib_package