diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-03-04 00:45:32 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-03-04 17:41:45 -0800 |
| commit | 4b50fb02cc043d93b3b86144894d8ed95268b19e (patch) | |
| tree | 33753ea74b87cebc227215fb2af078947a116766 /meta-multimedia/recipes-multimedia/musicbrainz | |
| parent | 42f365246d66ca33eb94e974032b57dd580d43b1 (diff) | |
| download | meta-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/musicbrainz')
| -rw-r--r-- | meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb b/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb index 3564f6df87..803c6279ce 100644 --- a/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb +++ b/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | SUMMARY = "MusicBrainz client library" | 1 | SUMMARY = "MusicBrainz client library" |
| 2 | DESCRIPTION = "The MusicBrainz client is a library which can be built into other programs. The library allows you to access the data held on the MusicBrainz server." | 2 | DESCRIPTION = "The MusicBrainz client is a library which can be built into other programs. The library allows you to access the data held on the MusicBrainz server." |
| 3 | HOMEPAGE = "http://musicbrainz.org" | 3 | HOMEPAGE = "http://musicbrainz.org" |
| 4 | LICENSE = "LGPLv2.1+" | 4 | LICENSE = "LGPL-2.1-or-later" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=fbc093901857fcd118f065f900982c24" | 5 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=fbc093901857fcd118f065f900982c24" |
| 6 | DEPENDS = "expat libxml2 libxml2-native neon neon-native libmusicbrainz-native" | 6 | DEPENDS = "expat libxml2 libxml2-native neon neon-native libmusicbrainz-native" |
| 7 | 7 | ||
