diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-01 17:52:05 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-01 23:46:25 +0000 |
commit | 1402016341391e54e541eec869eaad7a42cb43c7 (patch) | |
tree | 01871aa79d7962fb02fb22e716e0cfbb60474d06 /recipes-devtools/elfutils/elfutils_0.148.bb | |
parent | 8492913025f1286c657a34996c02b2b4de19fb6a (diff) | |
download | meta-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-devtools/elfutils/elfutils_0.148.bb')
-rw-r--r-- | recipes-devtools/elfutils/elfutils_0.148.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/elfutils/elfutils_0.148.bb b/recipes-devtools/elfutils/elfutils_0.148.bb index 97d88a2..f3e3373 100644 --- a/recipes-devtools/elfutils/elfutils_0.148.bb +++ b/recipes-devtools/elfutils/elfutils_0.148.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "Utilities and libraries for handling compiled object files" | 1 | SUMMARY = "Utilities and libraries for handling compiled object files" |
2 | HOMEPAGE = "https://fedorahosted.org/elfutils" | 2 | HOMEPAGE = "https://fedorahosted.org/elfutils" |
3 | SECTION = "base" | 3 | SECTION = "base" |
4 | LICENSE = "(GPL-2+ & Elfutils-Exception)" | 4 | LICENSE = "(GPL-2.0-or-later & Elfutils-Exception)" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3\ | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3\ |
6 | file://EXCEPTION;md5=570adcb0c1218ab57f2249c67d0ce417" | 6 | file://EXCEPTION;md5=570adcb0c1218ab57f2249c67d0ce417" |
7 | DEPENDS = "libtool bzip2 zlib virtual/libintl" | 7 | DEPENDS = "libtool bzip2 zlib virtual/libintl" |