Every package level license must also be listed in the recipe
LICENSE variable. This patch fixes that.
ERROR: swupdate-signed-2026.05.1-r0 do_package_qa:
QA Issue: LICENSE:swupdate-signed-www includes licenses (OFL-1.1)
that are not listed in LICENSE [unlisted-pkg-lics]
Signed-off-by: Jonas Juffinger <
ma...@jonasjuffinger.com>
---
recipes-support/swupdate/swupdate.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-support/swupdate/swupdate.inc b/recipes-support/swupdate/swupdate.inc
index ad7ab6f..38d88d2 100644
--- a/recipes-support/swupdate/swupdate.inc
+++ b/recipes-support/swupdate/swupdate.inc
@@ -7,7 +7,7 @@ DEPENDS += "libconfig zlib libubootenv json-c"
# SWUpdate licensing is described in the following pages:
#
https://sbabic.github.io/swupdate/licensing.html
# rst form: file://doc/source/licensing.rst
-LICENSE = "GPL-2.0-only & GPL-2.0-or-later & LGPL-2.1-or-later & LGPL-2.1-only & MIT & ISC & BSD-1-Clause & BSD-3-Clause"
+LICENSE = "GPL-2.0-only & GPL-2.0-or-later & LGPL-2.1-or-later & LGPL-2.1-only & MIT & ISC & BSD-1-Clause & BSD-3-Clause & OFL-1.1"
LICENSE:${PN}-ipc = "LGPL-2.1-or-later"
LICENSE:${PN}-lua = "LGPL-2.1-only & MIT"
LICENSE:${PN}-www = "MIT & OFL-1.1"
--
2.43.0