summaryrefslogtreecommitdiffstats
path: root/recipes-security/selinux/selinux-gui_3.4.bb
blob: fa8086032c94510b5a50bea48e56692ae0e3a227 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
SUMMARY = "SELinux GUI tools"
DESCRIPTION = "\
Provide SELinux Management tool (system-config-selinux) and SELinux \
Policy Generation Tool (selinux-polgengui)"
SECTION = "base"
LICENSE = "GPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=393a5ca445f6965873eca0259a17f833"

require selinux_common.inc

SRC_URI += "file://0001-gettext-handle-unsupported-languages-properly.patch"

S = "${WORKDIR}/git/gui"

DEPENDS = "gettext-native"
RDEPENDS:${PN} = "python3-core"

FILES:${PN} += " \
        ${datadir}/system-config-selinux/* \
        ${datadir}/icons/hicolor/* \
        ${datadir}/polkit-1/actions/org.selinux.config.policy \
"