summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartikey Rameshbhai Parmar <kartikey.rameshbhai.parmar@intel.com>2021-04-06 05:49:53 +0000
committerArmin Kuster <akuster808@gmail.com>2021-04-08 16:53:05 -0700
commit124319339b06025a1fd385b60aa64c2afdbd8e01 (patch)
treeadb51e82e58cb870dee3452eb7aad75a2d3346cf
parent317c2dd540c84556127ad07739c0c930a0741b50 (diff)
downloadmeta-openembedded-124319339b06025a1fd385b60aa64c2afdbd8e01.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> (cherry picked from commit 555b90779f6d86f7df05604f474323d9aef96886) [AK: Minor clean for gatesgarth context] Signed-off-by: Armin Kuster <akuster808@gmail.com>
-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 73c1d0db6..ee1050402 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 = "6776569abe9a885bcec14141692fa93c0568d51c" 8SRCREV = "6776569abe9a885bcec14141692fa93c0568d51c"
9S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
10PV = "2.1.5" 10PV = "2.1.5"