mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
124319339b
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)
[AK: Minor clean for gatesgarth context]
Signed-off-by: Armin Kuster <akuster808@gmail.com>
13 lines
390 B
PHP
13 lines
390 B
PHP
SUMMARY = "Fluidsynth is a software synthesizer"
|
|
HOMEPAGE = "http://www.fluidsynth.org/"
|
|
SECTION = "libs/multimedia"
|
|
LICENSE = "LGPL-2.1"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=fc178bcd425090939a8b634d1d6a9594"
|
|
|
|
SRC_URI = "git://github.com/FluidSynth/fluidsynth.git"
|
|
SRCREV = "6776569abe9a885bcec14141692fa93c0568d51c"
|
|
S = "${WORKDIR}/git"
|
|
PV = "2.1.5"
|
|
|
|
inherit cmake pkgconfig lib_package
|