summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2022-08-28 10:29:25 +0800
committerJoe MacDonald <joe@deserted.net>2022-08-28 13:54:59 -0400
commit74b2eb2da974a7821a6e23542701f5d6535304cc (patch)
tree794c7ea2337f9fa549d50e4b039ef7b2fcb6c919
parent1f550adf05387f6ead0d148547a110273c2c867c (diff)
downloadmeta-selinux-74b2eb2da974a7821a6e23542701f5d6535304cc.tar.gz
secilc: upgrade 3.3 -> 3.4
Use precise license BSD-2-Clause instead of license BSD. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
-rw-r--r--recipes-security/selinux/secilc_3.4.bb (renamed from recipes-security/selinux/secilc_3.3.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-security/selinux/secilc_3.3.bb b/recipes-security/selinux/secilc_3.4.bb
index 60ab2fe..e30cd3a 100644
--- a/recipes-security/selinux/secilc_3.3.bb
+++ b/recipes-security/selinux/secilc_3.4.bb
@@ -3,12 +3,12 @@ DESCRIPTION = "\
3This package contains secilc, the SELinux Common Intermediate \ 3This package contains secilc, the SELinux Common Intermediate \
4Language (CIL) compiler." 4Language (CIL) compiler."
5SECTION = "base" 5SECTION = "base"
6LICENSE = "BSD" 6LICENSE = "BSD-2-Clause"
7LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=c7e802b9a3b0c2c852669864c08b9138" 7LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=c7e802b9a3b0c2c852669864c08b9138"
8 8
9require selinux_common.inc 9require selinux_common.inc
10 10
11DEPENDS += "libsepol xmlto-native" 11DEPENDS = "libsepol xmlto-native"
12 12
13S = "${WORKDIR}/git/secilc" 13S = "${WORKDIR}/git/secilc"
14 14