diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-08-09 13:05:44 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-08-09 13:07:24 -0700 |
commit | 51f97cee9e301a7ecaf5400e6540b914795d33ba (patch) | |
tree | 89747bb6584df560f0d5280dc63601d37a3f14e2 /meta-multimedia | |
parent | 246b5cb8a1d974038db0b2bbe7d834a2c774d4dd (diff) | |
download | meta-openembedded-51f97cee9e301a7ecaf5400e6540b914795d33ba.tar.gz |
libcamera: Fix License names to match SPDX convention
Fixes
do_populate_lic: libcamera: No generic license file exists for: GPL-2.0-or-later in any provider
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia')
-rw-r--r-- | meta-multimedia/recipes-multimedia/libcamera/libcamera.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/libcamera/libcamera.bb b/meta-multimedia/recipes-multimedia/libcamera/libcamera.bb index 00a5c480d..af2d3b4e1 100644 --- a/meta-multimedia/recipes-multimedia/libcamera/libcamera.bb +++ b/meta-multimedia/recipes-multimedia/libcamera/libcamera.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "Linux libcamera framework" | 1 | SUMMARY = "Linux libcamera framework" |
2 | SECTION = "libs" | 2 | SECTION = "libs" |
3 | 3 | ||
4 | LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later" | 4 | LICENSE = "GPL-2.0+ & LGPL-2.1+" |
5 | 5 | ||
6 | LIC_FILES_CHKSUM = "\ | 6 | LIC_FILES_CHKSUM = "\ |
7 | file://LICENSES/GPL-2.0-or-later.txt;md5=fed54355545ffd980b814dab4a3b312c \ | 7 | file://LICENSES/GPL-2.0-or-later.txt;md5=fed54355545ffd980b814dab4a3b312c \ |