summaryrefslogtreecommitdiffstats
path: root/meta-multimedia
diff options
context:
space:
mode:
authorKartikey Rameshbhai Parmar <kartikey.rameshbhai.parmar@intel.com>2021-04-06 05:49:53 +0000
committerKhem Raj <raj.khem@gmail.com>2021-04-06 09:02:12 -0700
commit555b90779f6d86f7df05604f474323d9aef96886 (patch)
tree2651b9d3ff7a7ea8024a7fbe55e288a0e465fbb6 /meta-multimedia
parentc6f3bec2e9768d9231cc042a9902570610a05ffb (diff)
downloadmeta-openembedded-555b90779f6d86f7df05604f474323d9aef96886.tar.gz
fluidsynth: update SRC_URI to remove non-existing 2.1.x branch
Remove branch 2.1.x from SRC_URI as fluidsynth github removed the branch. The SRCREV is on master branch Signed-off-by: Kartikey Rameshbhai Parmar <kartikey.rameshbhai.parmar@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 74a2683ac..c2badc446 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" 4LICENSE = "LGPL-2.1"
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.1.x" 7SRC_URI = "git://github.com/FluidSynth/fluidsynth.git"
8SRCREV = "e2d67ea77237046b703d537aec90620c22f7f629" 8SRCREV = "e2d67ea77237046b703d537aec90620c22f7f629"
9S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
10PV = "2.1.7" 10PV = "2.1.7"