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>
This commit is contained in:
Yi Zhao 2022-08-28 10:29:25 +08:00 committed by Joe MacDonald
parent 1f550adf05
commit 74b2eb2da9

View File

@ -3,12 +3,12 @@ DESCRIPTION = "\
This package contains secilc, the SELinux Common Intermediate \
Language (CIL) compiler."
SECTION = "base"
LICENSE = "BSD"
LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=c7e802b9a3b0c2c852669864c08b9138"
require selinux_common.inc
DEPENDS += "libsepol xmlto-native"
DEPENDS = "libsepol xmlto-native"
S = "${WORKDIR}/git/secilc"