mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 07:37:14 +00:00
recipes: Convert licenses to SPDX expressions
- Automatically convert all licenses to valid SPDX license expressions using convert-spdx-licenses.py Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -2,7 +2,7 @@ DESCRIPTION = "Tinycompress provides a minimal interface to interact \
|
||||
with compress offload capabilities in ALSA."
|
||||
HOMEPAGE = "https://github.com/alsa-project/tinycompress"
|
||||
|
||||
LICENSE = "LGPL-2.1-only | BSD-3-Clause"
|
||||
LICENSE = "BSD-3-Clause OR LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=cf9105c1a2d4405cbe04bbe3367373a0"
|
||||
|
||||
SRCREV = "ea5c7245beb0b6aec1565cfae0454d6ba374dfdd"
|
||||
|
||||
Reference in New Issue
Block a user