summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/video
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2022-04-21 05:41:15 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-04-21 20:10:55 +0300
commit15587227211b407aa3d1d91e803d29e62513bd7e (patch)
tree06cc330c7dbd87049e9e9cc66fb7f75fe47dd2f4 /meta-phosphor/recipes-phosphor/video
parent4cdf129bb0b09963f1bed1e51385c362a0866d1b (diff)
downloadopenbmc-15587227211b407aa3d1d91e803d29e62513bd7e.tar.xz
treewide: fix GPLv2+ obsolete-license warnings
The LICENSE string 'GPLv2+' is considered obsolete by Yocto and raises a warning. Switch them too the accepted tag 'GPL-2.0-or-later'. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I88c639dbb45762e2e019a3503f1f1930b65c09d6
Diffstat (limited to 'meta-phosphor/recipes-phosphor/video')
-rw-r--r--meta-phosphor/recipes-phosphor/video/fbterm_git.bb2
-rw-r--r--meta-phosphor/recipes-phosphor/video/uart-render-controller_git.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-phosphor/recipes-phosphor/video/fbterm_git.bb b/meta-phosphor/recipes-phosphor/video/fbterm_git.bb
index 662c9cc705..568bbc640b 100644
--- a/meta-phosphor/recipes-phosphor/video/fbterm_git.bb
+++ b/meta-phosphor/recipes-phosphor/video/fbterm_git.bb
@@ -1,5 +1,5 @@
HOMEPAGE = "https://github.com/jk-ozlabs/fbterm"
-LICENSE = "GPLv2+"
+LICENSE = "GPL-2.0-or-later"
SRC_URI += "git://github.com/jk-ozlabs/fbterm.git;nobranch=1;protocol=https"
SRC_URI += "file://fb.modes"
diff --git a/meta-phosphor/recipes-phosphor/video/uart-render-controller_git.bb b/meta-phosphor/recipes-phosphor/video/uart-render-controller_git.bb
index 3b53b8dc3f..387be0f443 100644
--- a/meta-phosphor/recipes-phosphor/video/uart-render-controller_git.bb
+++ b/meta-phosphor/recipes-phosphor/video/uart-render-controller_git.bb
@@ -1,5 +1,5 @@
HOMEPAGE = "https://github.com/jk-ozlabs/uart-render-controller"
-LICENSE = "GPLv2+"
+LICENSE = "GPL-2.0-or-later"
SRC_URI += "git://github.com/jk-ozlabs/uart-render-controller;branch=master;protocol=https"
SRC_URI += "file://uart-render-controller.service"