mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
meta-selinux: Use SPDX style licensing format
WARNING: checkpolicy-3.3-r0 do_package_qa: QA Issue: Recipe LICENSE includes obsolete licenses GPLv2+ [obsolete-license] \ WARNING: setools-4.4.0-r0 do_package_qa: QA Issue: Recipe LICENSE includes obsolete licenses GPLv2 LGPLv2.1 [obsolete-license] \ WARNING: policycoreutils-3.3-r0 do_package_qa: QA Issue: Recipe LICENSE includes obsolete licenses GPLv2+ [obsolete-license] \ WARNING: refpolicy-standard-2.20210908+gitAUTOINC+23a8d103f3-r0.2 do_package_qa: QA Issue: Recipe LICENSE includes obsolete licenses GPLv2 [obsolete-license] \ WARNING: selinux-python-3.3-r0 do_package_qa: QA Issue: Recipe LICENSE includes obsolete licenses GPLv2+ [obsolete-license] \ WARNING: ecryptfs-utils-111-r0 do_package_qa: QA Issue: Recipe LICENSE includes obsolete licenses GPL-2.0 [obsolete-license] \ WARNING: nikto-2.1.6-r0 do_package_qa: QA Issue: Recipe LICENSE includes obsolete licenses GPLv2 [obsolete-license] \ WARNING: bastille-3.2.1-r0 do_package_qa: QA Issue: Recipe LICENSE includes obsolete licenses GPLv2 [obsolete-license] \ WARNING: suricata-6.0.4-r0 do_package_qa: QA Issue: Recipe LICENSE includes obsolete licenses GPLv2 [obsolete-license] \ WARNING: samhain-server-4.4.6-r0.7 do_package_qa: QA Issue: Recipe LICENSE includes obsolete licenses GPLv2 [obsolete-license] \ ... Signed-off-by: Ashish Sharma <asharma@mvista.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
This commit is contained in:
parent
a2e4d1459c
commit
ab4b57bba0
|
|
@ -1,5 +1,5 @@
|
|||
SECTION = "admin"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=393a5ca445f6965873eca0259a17f833"
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ binary policy. checkpolicy uses the static libsepol since it deals \
|
|||
with low level details of the policy that have not been \
|
||||
encapsulated/abstracted by a proper shared library interface."
|
||||
SECTION = "base"
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=393a5ca445f6965873eca0259a17f833"
|
||||
|
||||
require selinux_common.inc
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ load_policy to load policies, setfiles to label filesystems, newrole \
|
|||
to switch roles, and run_init to run /etc/init.d scripts in the proper \
|
||||
context."
|
||||
SECTION = "base"
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=393a5ca445f6965873eca0259a17f833"
|
||||
|
||||
require selinux_common.inc
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ DESCRIPTION = "\
|
|||
This package contains Python modules sepolgen, sepolicy; And the \
|
||||
SELinux utilities audit2allow, chcat, semanage ..."
|
||||
SECTION = "base"
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=393a5ca445f6965873eca0259a17f833"
|
||||
|
||||
require selinux_common.inc
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ Run application within a tightly confined SELinux domain. The default \
|
|||
sandbox domain only allows applications the ability to read and write \
|
||||
stdin, stdout and any other file descriptors handed to it."
|
||||
SECTION = "base"
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=393a5ca445f6965873eca0259a17f833"
|
||||
|
||||
require selinux_common.inc
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ DESCRIPTION = "\
|
|||
The utilities to create, expand, link and show the dependencies between \
|
||||
the SELinux policy module packages."
|
||||
SECTION = "base"
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=393a5ca445f6965873eca0259a17f833"
|
||||
|
||||
require selinux_common.inc
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ libraries designed to facilitate SELinux policy analysis. \
|
|||
This meta-package depends upon the main packages necessary to run \
|
||||
SETools."
|
||||
SECTION = "base"
|
||||
LICENSE = "GPLv2 & LGPLv2.1"
|
||||
LICENSE = "GPL-2.0-only & LGPL-2.1-only"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRC_URI = "git://github.com/SELinuxProject/${BPN}.git;branch=4.4;protocol=https \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user