summaryrefslogtreecommitdiff
path: root/meta-google
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2022-03-30 21:52:46 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-03-30 21:54:38 +0300
commit58ac3731910c3d9cfcee2d8da2c04fd0c7cef060 (patch)
tree5a78f0373907123d9d8e6acbbdf8b808643e383a /meta-google
parent55eafce85c1d8d043e297fb35167e8aaaccb1ff7 (diff)
downloadopenbmc-58ac3731910c3d9cfcee2d8da2c04fd0c7cef060.tar.xz
meta-google: libconfig-perl: update license
Per [1], upstream removed the generic "BSD" license. The libconfig-perl package doesn't have an explicit LICENSE or COPYING file but instead has a single line in the readme that states the license is "bsd". Considering the OE commit says that the license-formally-just-BSD is more formally BSD-3-Clause, update this recipe as such. 1. https://git.openembedded.org/openembedded-core/commit/?id=14d4c007c49652d836d325a12bdbcd3bfa42e6d5 Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ifb47c08571e6297f643db5daf135349bc0fbf888
Diffstat (limited to 'meta-google')
-rw-r--r--meta-google/recipes-extended/libconfig/libconfig-perl_0.100.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-google/recipes-extended/libconfig/libconfig-perl_0.100.bb b/meta-google/recipes-extended/libconfig/libconfig-perl_0.100.bb
index 2f4656d4ef..8cdf9f7f0e 100644
--- a/meta-google/recipes-extended/libconfig/libconfig-perl_0.100.bb
+++ b/meta-google/recipes-extended/libconfig/libconfig-perl_0.100.bb
@@ -1,5 +1,5 @@
HOMEPAGE = "https://metacpan.org/pod/Conf::Libconfig"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/BSD;md5=3775480a712fc46a69647678acb234cb"
SRC_URI = "https://cpan.metacpan.org/authors/id/C/CN/CNANGEL/Conf-Libconfig-${PV}.tar.gz"