Forráskód Böngészése

swupdate.inc: add OFL-1.1 to LICENSE:${PN}-www

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.guthrie@kistler.com>
Hamish Guthrie 2 napja
szülő
commit
354c4c6bb6
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      recipes-support/swupdate/swupdate.inc

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