summaryrefslogtreecommitdiffstats
path: root/recipes-security/selinux/semodule-utils.inc
blob: 1e92745070a40559f3f39f23bad64073e10dcf4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
SUMMARY = "Utilities to manipulate SELinux policy module package"
DESCRIPTION = "\
The utilities to create, expand, link and show the dependencies between \
the SELinux policy module packages."

SECTION = "base"
LICENSE = "GPLv2+"

DEPENDS += "libsepol"

EXTRA_OEMAKE += "LIBSEPOLA=${STAGING_LIBDIR}/libsepol.a"

PACKAGES =+ "\
        ${PN}-semodule-deps \
        ${PN}-semodule-expand \
        ${PN}-semodule-link \
        ${PN}-semodule-package \
"
FILES_${PN}-semodule-deps += "${bindir}/semodule_deps"
FILES_${PN}-semodule-expand += "${bindir}/semodule_expand"
FILES_${PN}-semodule-link += "${bindir}/semodule_link"
FILES_${PN}-semodule-package += "\
        ${bindir}/semodule_package \
        ${bindir}/semodule_unpackage \
"

BBCLASSEXTEND = "native"