summaryrefslogtreecommitdiffstats
path: root/recipes-extended/grep/grep_2.5.1a.bb
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/grep/grep_2.5.1a.bb
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/grep/grep_2.5.1a.bb')
-rw-r--r--recipes-extended/grep/grep_2.5.1a.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/grep/grep_2.5.1a.bb b/recipes-extended/grep/grep_2.5.1a.bb
index 1a3231e..c9c076b 100644
--- a/recipes-extended/grep/grep_2.5.1a.bb
+++ b/recipes-extended/grep/grep_2.5.1a.bb
@@ -2,7 +2,7 @@ SUMMARY = "Pattern matching utilities"
2DESCRIPTION = "The GNU versions of commonly used grep utilities. The grep command searches one or more input \ 2DESCRIPTION = "The GNU versions of commonly used grep utilities. The grep command searches one or more input \
3files for lines containing a match to a specified pattern." 3files for lines containing a match to a specified pattern."
4SECTION = "console/utils" 4SECTION = "console/utils"
5LICENSE = "GPLv2" 5LICENSE = "GPL-2.0-only"
6LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" 6LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
7 7
8PR = "r2" 8PR = "r2"