diff mbox series

[meta-swupdate,V2] rescue_gui: adjust file for License

Message ID 20210501095015.25096-1-stefano.babic@babic.homelinux.org
State Accepted
Headers show
Series [meta-swupdate,V2] rescue_gui: adjust file for License | expand

Commit Message

Stefano Babic May 1, 2021, 9:50 a.m. UTC
From: Stefano Babic <sbabic@denx.de>

Recent Yocto's release changed the name of common licenses, fix it.

Signed-off-by: Stefano Babic <sbabic@denx.de>
---
 recipes-support/rescuegui/rescuegui_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/recipes-support/rescuegui/rescuegui_git.bb b/recipes-support/rescuegui/rescuegui_git.bb
index dc9faa5..a95b198 100644
--- a/recipes-support/rescuegui/rescuegui_git.bb
+++ b/recipes-support/rescuegui/rescuegui_git.bb
@@ -3,7 +3,7 @@  DESCRIPTION = "This is a simple GUI that allows to set network addresses \
 	and start an install from local media. It shows progress on the HMI"
 SECTION="swupdate"
 LICENSE = "GPLv2+"
-LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
+LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-or-later;md5=fed54355545ffd980b814dab4a3b312c"
 
 inherit update-rc.d