mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
mcstrans: update to 3.2
Merge inc file into bb file. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
This commit is contained in:
parent
74bbbc3277
commit
45e06de91f
|
|
@ -1,7 +0,0 @@
|
|||
require selinux_20200710.inc
|
||||
require ${BPN}.inc
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
|
||||
SRC_URI[md5sum] = "18b7bf8193dd2360bc60f0e2639009ab"
|
||||
SRC_URI[sha256sum] = "cc918576c17340fc944849d785e2a7400b269ef079a36b871c140504164d6a45"
|
||||
|
|
@ -1,16 +1,19 @@
|
|||
|
||||
SUMMARY = "Daemon to translate SELinux MCS/MLS sensitivity labels"
|
||||
DESCRIPTION = "\
|
||||
mcstrans provides an translation daemon to translate SELinux categories \
|
||||
from internal representations to user defined representation."
|
||||
|
||||
SECTION = "base"
|
||||
LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
|
||||
require selinux_common.inc
|
||||
|
||||
inherit systemd update-rc.d
|
||||
|
||||
SRC_URI += "file://mcstrans-de-bashify.patch \
|
||||
file://mcstrans-fix-the-init-script.patch \
|
||||
"
|
||||
|
||||
inherit systemd update-rc.d
|
||||
"
|
||||
|
||||
DEPENDS += "libsepol libselinux libcap"
|
||||
|
||||
|
|
@ -19,6 +22,8 @@ EXTRA_OEMAKE += "SBINDIR=${base_sbindir} \
|
|||
SYSTEMDDIR=${systemd_unitdir} \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git/mcstrans"
|
||||
|
||||
do_install_append() {
|
||||
install -d ${D}${sbindir}
|
||||
install -m 755 utils/untranscon ${D}${sbindir}/
|
||||
Loading…
Reference in New Issue
Block a user