The www sub-package ships Font Awesome fonts
(examples/www/v2/webfonts/fa-solid-900.{ttf,woff2}) which are
licensed under SIL OFL 1.1. LICENSES/OFL-1.1.txt is already present
in the source tree and referenced in LIC_FILES_CHKSUM, but
LICENSE:${PN}-www only declared MIT, omitting OFL-1.1.
Signed-off-by: Hamish Guthrie <
hamish....@kistler.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 17715a4..ad7ab6f 100644
--- a/recipes-support/swupdate/swupdate.inc
+++ b/recipes-support/swupdate/swupdate.inc
@@ -10,7 +10,7 @@ DEPENDS += "libconfig zlib libubootenv json-c"
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:${PN}-ipc = "LGPL-2.1-or-later"
LICENSE:${PN}-lua = "LGPL-2.1-only & MIT"
-LICENSE:${PN}-www = "MIT"
+LICENSE:${PN}-www = "MIT & OFL-1.1"
LIC_FILES_CHKSUM = " \
file://LICENSES/BSD-1-Clause.txt;md5=4c75b3902cf6a01969906bcae9cf8cd6 \
--
2.34.1