Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
swupdate
meta-swupdate
Commits
b4ad2077
Commit
b4ad2077
authored
Oct 23, 2020
by
Sava Jakovljev
Committed by
Stefano Babic
Oct 28, 2020
Browse files
Specify all licenses for SWUpdate in Yocto recipe
Signed-off-by:
Sava Jakovljev
<
sava.jakovljev@teufel.de
>
parent
2937c372
Changes
1
Hide whitespace changes
Inline
Side-by-side
recipes-support/swupdate/swupdate.inc
View file @
b4ad2077
...
...
@@ -2,8 +2,17 @@ SUMMARY="Image updater for Yocto projects"
DESCRIPTION
=
"Application for automatic software update from USB Pen"
SECTION
=
"swupdate"
DEPENDS
=
"libconfig"
LICENSE
=
"GPLv2+"
LIC_FILES_CHKSUM
=
"file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
# SWUpdate licensing is described in the following pages:
# https://sbabic.github.io/swupdate/licensing.html
# rst form: file://doc/source/licensing.rst
LICENSE
=
"GPLv2+ & LGPLv2+ & MIT"
LICENSE_
$
{
PN
}
-
lua
=
"LGPLv2+"
LICENSE_
$
{
PN
}
-
www
=
"MIT"
LIC_FILES_CHKSUM
=
"file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
file://Licenses/lgpl-2.1.txt;md5=4fbd65380cdd255951079008b364516c \
file://Licenses/mit.txt;md5=838c366f69b72c5df05c96dff79b35f2 \
file://Licenses/Exceptions;md5=5f205fe7a7f2b056b4fa42603fe2d63a"
inherit
cml1
update
-
rc
.
d
systemd
pkgconfig
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment