commit | d541ec52554ae60b0d5903cccf97905bcaaf209e | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Sat Apr 30 07:41:26 2022 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Sat Apr 30 07:41:47 2022 -0500 |
tree | a02e5cb145b9b1742615b87a1e678ca045ae1144 | |
parent | bdc6f55108df9d22f1ad27c4899f356179201cf0 [diff] [blame] |
treewide: fix GPLv2/LGPLv2.1 obsolete-license warnings Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I746b04e1e36abaf2ff3852beb8a04535692442c1
diff --git a/meta-google/recipes-extended/networking/mstpd_git.bb b/meta-google/recipes-extended/networking/mstpd_git.bb index 902e006..75692a6 100644 --- a/meta-google/recipes-extended/networking/mstpd_git.bb +++ b/meta-google/recipes-extended/networking/mstpd_git.bb
@@ -1,6 +1,6 @@ PR = "r1" PV = "0.1+git${SRCPV}" -LICENSE = "GPLv2" +LICENSE = "GPL-2.0-or-later" LIC_FILES_CHKSUM = "file://LICENSE;md5=4325afd396febcb659c36b49533135d4" SRC_URI = "git://github.com/mstpd/mstpd;branch=master;protocol=https"