diff options
author | Ashish Sharma <asharma@mvista.com> | 2022-03-24 01:11:56 +0530 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2022-04-02 11:21:42 -0700 |
commit | c56ae450c93a1383a1ce800a32a6ef2c3fbbae1c (patch) | |
tree | 4bced75d35b8b964e5e336211ae7e761a9f7d0de /recipes-security/ecryptfs-utils | |
parent | 943f48419a21bc932a2e1054ce099f04f33cf215 (diff) | |
download | meta-security-c56ae450c93a1383a1ce800a32a6ef2c3fbbae1c.tar.gz |
meta-security : Use SPDX style licensing format
WARNING: selinux-sandbox-3.3-r0 do_package_qa: QA Issue: Recipe LICENSE includes obsolete licenses GPLv2+ [obsolete-license] \
WARNING: selinux-gui-3.3-r0 do_package_qa: QA Issue: Recipe LICENSE includes obsolete licenses GPLv2+ [obsolete-license] \
WARNING: semodule-utils-3.3-r0.1 do_package_qa: QA Issue: Recipe LICENSE includes obsolete licenses GPLv2+ [obsolete-license] \
WARNING: selinux-dbus-3.3-r0 do_package_qa: QA Issue: Recipe LICENSE includes obsolete licenses GPLv2+ [obsolete-license] \
WARNING: libwhisker2-perl-2.5-r0 do_package_qa: QA Issue: Recipe LICENSE includes obsolete licenses GPL-1.0+ [obsolete-license] \
WARNING: lib-perl-0.63-r0 do_package_qa: QA Issue: Recipe LICENSE includes obsolete licenses GPL-1.0+ [obsolete-license] \
WARNING: libhtp-0.5.39-r0 do_package_qa: QA Issue: Recipe LICENSE includes obsolete licenses GPLv2 [obsolete-license] \
...
Signed-off-by: Ashish Sharma <asharma@mvista.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-security/ecryptfs-utils')
-rw-r--r-- | recipes-security/ecryptfs-utils/ecryptfs-utils_111.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/ecryptfs-utils/ecryptfs-utils_111.bb b/recipes-security/ecryptfs-utils/ecryptfs-utils_111.bb index 9aefc32..5f8cf3c 100644 --- a/recipes-security/ecryptfs-utils/ecryptfs-utils_111.bb +++ b/recipes-security/ecryptfs-utils/ecryptfs-utils_111.bb | |||
@@ -6,7 +6,7 @@ DESCRIPTION = "eCryptfs is a stacked cryptographic filesystem \ | |||
6 | HOMEPAGE = "https://launchpad.net/ecryptfs" | 6 | HOMEPAGE = "https://launchpad.net/ecryptfs" |
7 | SECTION = "base" | 7 | SECTION = "base" |
8 | 8 | ||
9 | LICENSE = "GPL-2.0" | 9 | LICENSE = "GPL-2.0-only" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" |
11 | 11 | ||
12 | DEPENDS = "keyutils libgcrypt intltool-native glib-2.0-native" | 12 | DEPENDS = "keyutils libgcrypt intltool-native glib-2.0-native" |