The GPL-3.0-with-autoconf-exception license is a deprecated SPDX license identifier, so replace it with "GPL-3.0-or-later WITH Autoconf-exception-macro"
Signed-off-by: Joshua Watt <[email protected]> --- meta/recipes-extended/xz/xz_5.8.3.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-extended/xz/xz_5.8.3.bb b/meta/recipes-extended/xz/xz_5.8.3.bb index 0c0886fa7a..b76b1726e4 100644 --- a/meta/recipes-extended/xz/xz_5.8.3.bb +++ b/meta/recipes-extended/xz/xz_5.8.3.bb @@ -10,11 +10,11 @@ PROVIDES += "xz-decompress" # packages, and the LGPL bits are under lib/, which appears to be used for # libgnu, which appears to be used for DOS builds. So we're left with # GPL-2.0-or-later and 0BSD. -LICENSE = "GPL-2.0-or-later & GPL-3.0-with-autoconf-exception & LGPL-2.1-or-later & 0BSD" -LICENSE:${PN} = "0BSD & GPL-2.0-or-later" -LICENSE:${PN}-dev = "0BSD & GPL-2.0-or-later" +LICENSE = "GPL-2.0-or-later AND GPL-3.0-or-later WITH Autoconf-exception-macro AND LGPL-2.1-or-later AND 0BSD" +LICENSE:${PN} = "0BSD AND GPL-2.0-or-later" +LICENSE:${PN}-dev = "0BSD AND GPL-2.0-or-later" LICENSE:${PN}-staticdev = "GPL-2.0-or-later" -LICENSE:${PN}-doc = "0BSD & GPL-2.0-or-later" +LICENSE:${PN}-doc = "0BSD AND GPL-2.0-or-later" LICENSE:${PN}-dbg = "GPL-2.0-or-later" LICENSE:${PN}-locale = "GPL-2.0-or-later" LICENSE:liblzma = "0BSD" -- 2.54.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#240918): https://lists.openembedded.org/g/openembedded-core/message/240918 Mute This Topic: https://lists.openembedded.org/mt/120270852/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
