Skip to content

Commit 8351525

Browse files
committed
Fix license for libswupdate
The library contains some MIT code and this must be tracked in the lst of license. The library itself is licensed under LGPLv2.1. Signed-off-by: Stefano Babic <stefano.babic@swupdate.org> Reported-by: Jonas Mark (BT-FS/ENG1-Mue) <Mark.Jonas@de.bosch.com>
1 parent 3aed0f6 commit 8351525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎recipes-support/swupdate/swupdate.inc‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ DEPENDS += "libconfig zlib libubootenv json-c"
77
# https://sbabic.github.io/swupdate/licensing.html
88
# rst form: file://doc/source/licensing.rst
99
LICENSE = "GPL-2.0-or-later & LGPL-2.1-only & MIT"
10-
LICENSE:${PN}-lua = "LGPL-2.1-only"
10+
LICENSE:${PN}-lua = "LGPL-2.1-only & MIT"
1111
LICENSE:${PN}-www = "MIT"
1212

1313
LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0-only.txt;md5=4ee23c52855c222cba72583d301d2338 \

0 commit comments

Comments
 (0)