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-support | |
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-support')
-rw-r--r-- | meta-multimedia/recipes-support/gst-instruments/gst-instruments_git.bb | 2 | ||||
-rw-r--r-- | meta-multimedia/recipes-support/libmediaart/libmediaart-2.0_1.9.5.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-multimedia/recipes-support/gst-instruments/gst-instruments_git.bb b/meta-multimedia/recipes-support/gst-instruments/gst-instruments_git.bb index c3457217eb..9a6c71cb71 100644 --- a/meta-multimedia/recipes-support/gst-instruments/gst-instruments_git.bb +++ b/meta-multimedia/recipes-support/gst-instruments/gst-instruments_git.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Profiling utilities for GStreamer 1.0 pipelines" | |||
2 | HOMEPAGE = "https://github.com/kirushyk/gst-instruments" | 2 | HOMEPAGE = "https://github.com/kirushyk/gst-instruments" |
3 | SECTION = "multimedia" | 3 | SECTION = "multimedia" |
4 | 4 | ||
5 | LICENSE = "LGPL-3.0" | 5 | LICENSE = "LGPL-3.0-only" |
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e6a600fd5e1d9cbde2d983680233ad02" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e6a600fd5e1d9cbde2d983680233ad02" |
7 | 7 | ||
8 | DEPENDS = "gstreamer1.0" | 8 | DEPENDS = "gstreamer1.0" |
diff --git a/meta-multimedia/recipes-support/libmediaart/libmediaart-2.0_1.9.5.bb b/meta-multimedia/recipes-support/libmediaart/libmediaart-2.0_1.9.5.bb index ffedb2625e..ad42e27278 100644 --- a/meta-multimedia/recipes-support/libmediaart/libmediaart-2.0_1.9.5.bb +++ b/meta-multimedia/recipes-support/libmediaart/libmediaart-2.0_1.9.5.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Library tasked with managing, extracting and handling media art caches" | 1 | SUMMARY = "Library tasked with managing, extracting and handling media art caches" |
2 | 2 | ||
3 | LICENSE = "LGPLv2+ & GPLv2+" | 3 | LICENSE = "LGPL-2.0-or-later & GPL-2.0-or-later" |
4 | LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c \ | 4 | LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c \ |
5 | file://libmediaart/extract.c;endline=18;md5=dff2b6328ab067b5baadc135f9876c36 \ | 5 | file://libmediaart/extract.c;endline=18;md5=dff2b6328ab067b5baadc135f9876c36 \ |
6 | file://tests/mediaarttest.c;endline=18;md5=067106eaa1f7a9d918759a096667f18e" | 6 | file://tests/mediaarttest.c;endline=18;md5=067106eaa1f7a9d918759a096667f18e" |