diff mbox series

[meta-swupdate] SWUpdate: add BSD-2-Clause and BSD-3-Clause

Message ID 20210406082444.22214-1-sbabic@denx.de
State Accepted
Headers show
Series [meta-swupdate] SWUpdate: add BSD-2-Clause and BSD-3-Clause | expand

Commit Message

Stefano Babic April 6, 2021, 8:24 a.m. UTC
Add BSD licenses to LIC_FILES_CHKSUM.

Signed-off-by: Stefano Babic <sbabic@denx.de>
---
 recipes-support/swupdate/swupdate_git.bb | 2 ++
 1 file changed, 2 insertions(+)

Comments

Mark Jonas April 6, 2021, 5:42 p.m. UTC | #1
On Tue, Apr 6, 2021 at 10:24 AM Stefano Babic <sbabic@denx.de> wrote:
>
> Add BSD licenses to LIC_FILES_CHKSUM.
>
> Signed-off-by: Stefano Babic <sbabic@denx.de>
> ---
>  recipes-support/swupdate/swupdate_git.bb | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/recipes-support/swupdate/swupdate_git.bb b/recipes-support/swupdate/swupdate_git.bb
> index 123dc43..f58499a 100644
> --- a/recipes-support/swupdate/swupdate_git.bb
> +++ b/recipes-support/swupdate/swupdate_git.bb
> @@ -8,4 +8,6 @@ PV = "2020.11+git${SRCPV}"
>  LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0-only.txt;md5=4ee23c52855c222cba72583d301d2338 \
>                      file://LICENSES/LGPL-2.1-or-later.txt;md5=4fbd65380cdd255951079008b364516c \
>                      file://LICENSES/MIT.txt;md5=838c366f69b72c5df05c96dff79b35f2 \
> +                    file://LICENSES/BSD-2-Clause.txt;md5=6a31f076f5773aabd8ff86191ad6fdd5 \
> +                    file://LICENSES/BSD-3-Clause.txt;md5=4a1190eac56a9db675d58ebe86eaf50c \
>                      file://LICENSES/LicenseRef-OpenSSL-Exception.txt;md5=5f205fe7a7f2b056b4fa42603fe2d63a"

Reviewed-by: Mark Jonas <toertel@gmail.com>
diff mbox series

Patch

diff --git a/recipes-support/swupdate/swupdate_git.bb b/recipes-support/swupdate/swupdate_git.bb
index 123dc43..f58499a 100644
--- a/recipes-support/swupdate/swupdate_git.bb
+++ b/recipes-support/swupdate/swupdate_git.bb
@@ -8,4 +8,6 @@  PV = "2020.11+git${SRCPV}"
 LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0-only.txt;md5=4ee23c52855c222cba72583d301d2338 \
                     file://LICENSES/LGPL-2.1-or-later.txt;md5=4fbd65380cdd255951079008b364516c \
                     file://LICENSES/MIT.txt;md5=838c366f69b72c5df05c96dff79b35f2 \
+                    file://LICENSES/BSD-2-Clause.txt;md5=6a31f076f5773aabd8ff86191ad6fdd5 \
+                    file://LICENSES/BSD-3-Clause.txt;md5=4a1190eac56a9db675d58ebe86eaf50c \
                     file://LICENSES/LicenseRef-OpenSSL-Exception.txt;md5=5f205fe7a7f2b056b4fa42603fe2d63a"