summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2017-09-14 15:13:34 -0500
committerMark Hatle <mark.hatle@windriver.com>2017-09-14 16:12:25 -0500
commitdddf26565ec694b8d4e38171d3cbdcad734b2ef0 (patch)
treedb02e8122a18c804ef6b71e12421536fb9a3375a
parent6733785db6f0034c6f8cbbe54ea4713fa60069b0 (diff)
downloadmeta-selinux-dddf26565ec694b8d4e38171d3cbdcad734b2ef0.tar.gz
packagegroups: Fix LIC_FILES_CHKSUM
Resolve warning: ${COREBASE}/LICENSE is not a valid license file, please use '${COMMON_LICENSE_DIR}/MIT' for a MIT License file in LIC_FILES_CHKSUM. Also remove the obsolete PR number. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
-rw-r--r--recipes-security/packagegroups/packagegroup-core-selinux.bb4
-rw-r--r--recipes-security/packagegroups/packagegroup-selinux-minimal.bb4
-rw-r--r--recipes-security/packagegroups/packagegroup-selinux-policycoreutils.bb5
3 files changed, 3 insertions, 10 deletions
diff --git a/recipes-security/packagegroups/packagegroup-core-selinux.bb b/recipes-security/packagegroups/packagegroup-core-selinux.bb
index fd501d6..a4cf1b8 100644
--- a/recipes-security/packagegroups/packagegroup-core-selinux.bb
+++ b/recipes-security/packagegroups/packagegroup-core-selinux.bb
@@ -1,8 +1,6 @@
1DESCRIPTION = "SELinux packagegroup for Poky" 1DESCRIPTION = "SELinux packagegroup for Poky"
2LICENSE = "MIT" 2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \ 3LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
4 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
5PR = "r0"
6 4
7PACKAGES = "\ 5PACKAGES = "\
8 ${PN} \ 6 ${PN} \
diff --git a/recipes-security/packagegroups/packagegroup-selinux-minimal.bb b/recipes-security/packagegroups/packagegroup-selinux-minimal.bb
index eac4b94..5c2eabd 100644
--- a/recipes-security/packagegroups/packagegroup-selinux-minimal.bb
+++ b/recipes-security/packagegroups/packagegroup-selinux-minimal.bb
@@ -1,8 +1,6 @@
1DESCRIPTION = "SELinux packagegroup with only packages required for basic operations" 1DESCRIPTION = "SELinux packagegroup with only packages required for basic operations"
2LICENSE = "MIT" 2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \ 3LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
4 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
5PR = "r0"
6 4
7PACKAGES = "\ 5PACKAGES = "\
8 ${PN} \ 6 ${PN} \
diff --git a/recipes-security/packagegroups/packagegroup-selinux-policycoreutils.bb b/recipes-security/packagegroups/packagegroup-selinux-policycoreutils.bb
index e1ddee6..e70baf7 100644
--- a/recipes-security/packagegroups/packagegroup-selinux-policycoreutils.bb
+++ b/recipes-security/packagegroups/packagegroup-selinux-policycoreutils.bb
@@ -1,9 +1,6 @@
1DESCRIPTION = "SELinux policycoreutils packagegroup" 1DESCRIPTION = "SELinux policycoreutils packagegroup"
2LICENSE = "MIT" 2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \ 3LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
4 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420 \
5"
6PR = "r0"
7 4
8PACKAGES = "\ 5PACKAGES = "\
9 ${PN} \ 6 ${PN} \