mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-27 13:41:56 +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:
@@ -8,7 +8,7 @@ RDEPENDS:${PN} = "python3-docutils \
|
||||
python3-resource \
|
||||
"
|
||||
|
||||
LICENSE = "Apache-2.0 & GPL-3.0-only"
|
||||
LICENSE = "Apache-2.0 AND GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=55f76b1b31719284caf4bc3ecbb70d6f"
|
||||
|
||||
inherit pypi python_setuptools_build_meta
|
||||
|
||||
Reference in New Issue
Block a user