summaryrefslogtreecommitdiffstats
path: root/meta-multimedia
diff options
context:
space:
mode:
authorPreeti Sachan <preeti.sachan@intel.com>2023-01-01 11:24:07 -0500
committerKhem Raj <raj.khem@gmail.com>2023-01-01 10:00:35 -0800
commit534d04af483d5f3d4fc73162c110449f169677a5 (patch)
tree6d5ecdd9d34da45bf1dced3de3a25389baf64443 /meta-multimedia
parent92deb5f329e77e9f8dfcc390b7d3f6e7a733c4c7 (diff)
downloadmeta-openembedded-534d04af483d5f3d4fc73162c110449f169677a5.tar.gz
fluidsynth: update SRC_URI to remove non-existing 2.2.x branch
Remove branch 2.2.x from SRC_URI as fluidsynth github removed the branch. The SRCREV is on master branch. Signed-off-by: Preeti Sachan <preeti.sachan@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia')
-rw-r--r--meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc
index 14d09e5f0..a4590d61a 100644
--- a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc
+++ b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc
@@ -4,7 +4,7 @@ SECTION = "libs/multimedia"
4LICENSE = "LGPL-2.1-only" 4LICENSE = "LGPL-2.1-only"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=fc178bcd425090939a8b634d1d6a9594" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=fc178bcd425090939a8b634d1d6a9594"
6 6
7SRC_URI = "git://github.com/FluidSynth/fluidsynth.git;branch=2.2.x;protocol=https" 7SRC_URI = "git://github.com/FluidSynth/fluidsynth.git;branch=master;protocol=https"
8SRCREV = "8b00644751578ba67b709a827cbe5133d849d339" 8SRCREV = "8b00644751578ba67b709a827cbe5133d849d339"
9S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
10PV = "2.2.6" 10PV = "2.2.6"