diff options
author | Preeti Sachan <preeti.sachan@intel.com> | 2023-01-01 11:24:07 -0500 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-01-01 10:00:35 -0800 |
commit | 534d04af483d5f3d4fc73162c110449f169677a5 (patch) | |
tree | 6d5ecdd9d34da45bf1dced3de3a25389baf64443 /meta-multimedia | |
parent | 92deb5f329e77e9f8dfcc390b7d3f6e7a733c4c7 (diff) | |
download | meta-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.inc | 2 |
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" | |||
4 | LICENSE = "LGPL-2.1-only" | 4 | LICENSE = "LGPL-2.1-only" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fc178bcd425090939a8b634d1d6a9594" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fc178bcd425090939a8b634d1d6a9594" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/FluidSynth/fluidsynth.git;branch=2.2.x;protocol=https" | 7 | SRC_URI = "git://github.com/FluidSynth/fluidsynth.git;branch=master;protocol=https" |
8 | SRCREV = "8b00644751578ba67b709a827cbe5133d849d339" | 8 | SRCREV = "8b00644751578ba67b709a827cbe5133d849d339" |
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
10 | PV = "2.2.6" | 10 | PV = "2.2.6" |