Browse Source

swupdate.inc: add OFL-1.1 to LICENSE

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 <mail@jonasjuffinger.com>
Jonas Juffinger 5 days ago
parent
commit
5e069ecc5c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      recipes-support/swupdate/swupdate.inc

+ 1 - 1
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"