summaryrefslogtreecommitdiff
path: root/meta-google
diff options
context:
space:
mode:
authorAndrew Jeffery <andrew@aj.id.au>2023-05-04 04:10:08 +0300
committerAndrew Jeffery <andrew@aj.id.au>2023-05-05 05:57:05 +0300
commita2fca4bdb1fedeb2af8176bb12455f8fe04e5ebd (patch)
tree5ee436666f7917143ffe611173a2e0ee73cef863 /meta-google
parent86222090a272c4aa6d8d7ce225d64421177b6f06 (diff)
downloadopenbmc-a2fca4bdb1fedeb2af8176bb12455f8fe04e5ebd.tar.xz
meta-google: conf2struct: Package LICENSE is BSD-2-Clause
SPDX doesn't identify an unadorned "BSD" license like the recipe previously claimed. Define the license as BSD-2-Clause in accordance with the COPYING file: https://github.com/yrutschle/conf2struct/blob/6bc9eed1eb50175e5fda791f27d85e72f5a6ac78/COPYING Change-Id: I878d8dab97980aa1547f630bd55eb5f81f72b625 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Diffstat (limited to 'meta-google')
-rw-r--r--meta-google/recipes-extended/libconfig/conf2struct-native_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-google/recipes-extended/libconfig/conf2struct-native_git.bb b/meta-google/recipes-extended/libconfig/conf2struct-native_git.bb
index 56fe93a0bc..974bf3e598 100644
--- a/meta-google/recipes-extended/libconfig/conf2struct-native_git.bb
+++ b/meta-google/recipes-extended/libconfig/conf2struct-native_git.bb
@@ -1,4 +1,4 @@
-LICENSE = "BSD"
+LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://COPYING;md5=667d4ad55f5fbf4c3e853e8acd0f74de"
PV = "0.1+git${SRCPV}"