mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-09-19 00:49:34 +02:00
Add CC0-1.0 to QA check whitelist
This commit is contained in:
@@ -105,6 +105,7 @@ do_populate_lic:prepend() {
|
||||
package_license_qa_whitelist = d.getVar('REUSE_LICENSECHECK_WHITELIST') or ''
|
||||
recipe_licenses_qa_whitelist = package_license_qa_whitelist.split()
|
||||
recipe_licenses_qa_whitelist = list(map(str.strip, recipe_licenses_qa_whitelist))
|
||||
recipe_licenses_qa_whitelist.append("CC0-1.0")
|
||||
|
||||
if d.getVar('LIC_FILES_CHKSUM') and not d.getVar('LIC_FILES_CHKSUM') == '':
|
||||
print("Aborting LIC_FILES_CHKSUM computation, value already set to:", d.getVar('LIC_FILES_CHKSUM'))
|
||||
|
||||
Reference in New Issue
Block a user