Skip to content

Commit 534d04a

Browse files
PreetiSachankraj
authored andcommitted
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 <[email protected]> Signed-off-by: Khem Raj <[email protected]>
1 parent 92deb5f commit 534d04a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SECTION = "libs/multimedia"
44
LICENSE = "LGPL-2.1-only"
55
LIC_FILES_CHKSUM = "file://LICENSE;md5=fc178bcd425090939a8b634d1d6a9594"
66

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"
88
SRCREV = "8b00644751578ba67b709a827cbe5133d849d339"
99
S = "${WORKDIR}/git"
1010
PV = "2.2.6"

0 commit comments

Comments
 (0)