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:
Khem Raj
2026-07-17 16:25:05 -07:00
parent 01232d6238
commit 8f3df8b447
383 changed files with 412 additions and 412 deletions
@@ -1,7 +1,7 @@
SUMMARY = "EEMBC CoreMark CPU benchmark"
DESCRIPTION = "CoreMark is a CPU benchmark program"
HOMEPAGE = "https://www.eembc.org/coremark/"
LICENSE = "Apache-2.0 & LicenseRef-EEMBC-AUA"
LICENSE = "Apache-2.0 AND LicenseRef-EEMBC-AUA"
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=0a18b17ae63deaa8a595035f668aebe1"
SRC_URI = "git://github.com/eembc/coremark.git;branch=main;protocol=https"