diff options
author | Joe Slater <joe.slater@windriver.com> | 2022-04-13 11:36:39 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2022-04-13 13:45:44 -0700 |
commit | 93f2146211001ee3cf697d8428969cc3069ed6ba (patch) | |
tree | ab3c2f70a1ce97cdd3d7d181ba0a39e87b26211c /recipes-security/redhat-security | |
parent | 4158c871a6b878ac480d23f244201a503c40e3c9 (diff) | |
download | meta-security-93f2146211001ee3cf697d8428969cc3069ed6ba.tar.gz |
LICENSE: update to SPDX standard names
Use convert-spdx-licenses.py to update LICENSE in recipes.
Signed-off-by: Joe Slater <joe.slater@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-security/redhat-security')
-rw-r--r-- | recipes-security/redhat-security/redhat-security_1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/redhat-security/redhat-security_1.0.bb b/recipes-security/redhat-security/redhat-security_1.0.bb index d6d4cea..c47688f 100644 --- a/recipes-security/redhat-security/redhat-security_1.0.bb +++ b/recipes-security/redhat-security/redhat-security_1.0.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "redhat security tools" | 1 | SUMMARY = "redhat security tools" |
2 | DESCRIPTION = "Tools used by redhat linux distribution for security checks" | 2 | DESCRIPTION = "Tools used by redhat linux distribution for security checks" |
3 | SECTION = "security" | 3 | SECTION = "security" |
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPL-2.0-only" |
5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" | 5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" |
6 | 6 | ||
7 | SRC_URI = "file://find-chroot-py.sh \ | 7 | SRC_URI = "file://find-chroot-py.sh \ |