From 533c69aa56917ea49728064a5492bcb65a9c29a4 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Wed, 5 Aug 2026 07:39:51 +1200 Subject: [PATCH] fluidsynth: fix branch after recipe update - use nobranch=1 - use tag=v${PV} Signed-off-by: Markus Volk Signed-off-by: Khem Raj (cherry picked from commit 1c1a63b2a0d8c0f0a9b0f5a87a407f6bdfa3ee68) Signed-off-by: Ankur Tyagi Signed-off-by: Anuj Mittal --- .../recipes-multimedia/fluidsynth/fluidsynth_2.5.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_2.5.3.bb b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_2.5.3.bb index 4dbf4d1fc7..f579d1ddd2 100644 --- a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_2.5.3.bb +++ b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_2.5.3.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4bf661c1e3793e55c8d1051bc5e0ae21" DEPENDS = "glib-2.0" SRC_URI = " \ - git://github.com/FluidSynth/fluidsynth.git;name=fluidsynth;branch=master;protocol=https \ + git://github.com/FluidSynth/fluidsynth.git;name=fluidsynth;nobranch=1;protocol=https;tag=v${PV} \ git://github.com/kthohr/gcem.git;name=gcem;subdir=${S}/gcem;protocol=https;nobranch=1 \ git://github.com/Signalsmith-Audio/basics.git;name=signalsmith-audio-basics;subdir=${S}/signalsmith-audio-basics;protocol=https;nobranch=1 \ file://0003-Use-ARM-NEON-accelaration-for-float-multithreaded-se.patch \