commit | a2fca4bdb1fedeb2af8176bb12455f8fe04e5ebd | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Thu May 04 10:40:08 2023 +0930 |
committer | Andrew Jeffery <andrew@aj.id.au> | Fri May 05 02:57:05 2023 +0000 |
tree | 5ee436666f7917143ffe611173a2e0ee73cef863 | |
parent | 86222090a272c4aa6d8d7ce225d64421177b6f06 [diff] |
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>
diff --git a/meta-google/recipes-extended/libconfig/conf2struct-native_git.bb b/meta-google/recipes-extended/libconfig/conf2struct-native_git.bb index 56fe93a..974bf3e 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}"