mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
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 555b90779f)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
8d810cf22c
commit
622ede33f6
@@ -4,7 +4,7 @@ SECTION = "libs/multimedia"
|
|||||||
LICENSE = "LGPL-2.1"
|
LICENSE = "LGPL-2.1"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=fc178bcd425090939a8b634d1d6a9594"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=fc178bcd425090939a8b634d1d6a9594"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/FluidSynth/fluidsynth.git;branch=2.1.x"
|
SRC_URI = "git://github.com/FluidSynth/fluidsynth.git"
|
||||||
SRCREV = "e2d67ea77237046b703d537aec90620c22f7f629"
|
SRCREV = "e2d67ea77237046b703d537aec90620c22f7f629"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
PV = "2.1.7"
|
PV = "2.1.7"
|
||||||
|
|||||||
Reference in New Issue
Block a user