summaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-multimedia/fluidsynth
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-03-04 00:45:32 -0800
committerKhem Raj <raj.khem@gmail.com>2022-03-04 17:41:45 -0800
commit4b50fb02cc043d93b3b86144894d8ed95268b19e (patch)
tree33753ea74b87cebc227215fb2af078947a116766 /meta-multimedia/recipes-multimedia/fluidsynth
parent42f365246d66ca33eb94e974032b57dd580d43b1 (diff)
downloadmeta-openembedded-4b50fb02cc043d93b3b86144894d8ed95268b19e.tar.gz
recipes: Update LICENSE variable to use SPDX license identifiers
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-multimedia/fluidsynth')
-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 978d05e74a..218a51fc48 100644
--- a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc
+++ b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc
@@ -1,7 +1,7 @@
1SUMMARY = "Fluidsynth is a software synthesizer" 1SUMMARY = "Fluidsynth is a software synthesizer"
2HOMEPAGE = "http://www.fluidsynth.org/" 2HOMEPAGE = "http://www.fluidsynth.org/"
3SECTION = "libs/multimedia" 3SECTION = "libs/multimedia"
4LICENSE = "LGPL-2.1" 4LICENSE = "LGPL-2.1-only"
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=master;protocol=https" 7SRC_URI = "git://github.com/FluidSynth/fluidsynth.git;branch=master;protocol=https"