mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +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:
@@ -5,7 +5,7 @@ SECTION = "libs"
|
||||
# android-platform-tools source package.
|
||||
# BoringSSL is a fork of OpenSSL; new files carry ISC license, OpenSSL license
|
||||
# covers the forked parts.
|
||||
LICENSE = "OpenSSL & ISC"
|
||||
LICENSE = "ISC AND OpenSSL"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=2ca501bc96ce9ed0814e2c592c3f9593"
|
||||
|
||||
SRC_URI = "https://deb.debian.org/debian/pool/main/a/android-platform-external-boringssl/android-platform-external-boringssl_${PV}.orig.tar.xz \
|
||||
|
||||
Reference in New Issue
Block a user