summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2022-04-21 00:42:23 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-04-21 19:42:59 +0300
commit4cdf129bb0b09963f1bed1e51385c362a0866d1b (patch)
treecc36f18663753ba312d451e86cc613dbbfd733a7
parent325b4c772b3dbb98c711269035e5836e3699b52e (diff)
downloadopenbmc-4cdf129bb0b09963f1bed1e51385c362a0866d1b.tar.xz
meta-phosphor: phosphor-ipmi-fru: fix LICENSE warning
Bitbake currently gives an `obsolute-license` warning for any of the recipes using `phosphor-ipmi-fru.inc`. Fix this by switching the LICENSE variable to `GPL-3.0-or-later`, which matches the contents of the LICENSE file in the repository. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ife34a6bfaf564b530a889a3fa277ed84c0f2a640
-rw-r--r--meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru.inc b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru.inc
index 62460957c3..e6ba676809 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru.inc
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru.inc
@@ -1,5 +1,5 @@
HOMEPAGE = "https://github.com/openbmc/ipmi-fru-parser"
-LICENSE = "GPL-3.0"
+LICENSE = "GPL-3.0-or-later"
LIC_FILES_CHKSUM = "file://LICENSE;md5=7702f203b58979ebbc31bfaeb44f219c"
SRC_URI += "git://github.com/openbmc/ipmi-fru-parser;branch=master;protocol=https"
SRCREV = "cf2dee3476a7e26ab99b50efe87155cc50432a9c"