summaryrefslogtreecommitdiffstats
path: root/recipes-extended/which
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-01 17:52:05 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-01 23:46:25 +0000
commit1402016341391e54e541eec869eaad7a42cb43c7 (patch)
tree01871aa79d7962fb02fb22e716e0cfbb60474d06 /recipes-extended/which
parent8492913025f1286c657a34996c02b2b4de19fb6a (diff)
downloadmeta-gplv2-1402016341391e54e541eec869eaad7a42cb43c7.tar.gz
recipes: Convert to use SPDX license names in LICENSE variables
This uses the script from OE-Core to make the conversion. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'recipes-extended/which')
-rw-r--r--recipes-extended/which/which_2.18.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/which/which_2.18.bb b/recipes-extended/which/which_2.18.bb
index 63b43c4..42d0bf2 100644
--- a/recipes-extended/which/which_2.18.bb
+++ b/recipes-extended/which/which_2.18.bb
@@ -6,7 +6,7 @@ It does this by using the exact same algorithm as bash."
6SECTION = "libs" 6SECTION = "libs"
7HOMEPAGE = "http://carlo17.home.xs4all.nl/which/" 7HOMEPAGE = "http://carlo17.home.xs4all.nl/which/"
8 8
9LICENSE = "GPLv2+" 9LICENSE = "GPL-2.0-or-later"
10LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" 10LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
11 11
12PR = "r2" 12PR = "r2"