aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-security/selinux/selinux_common.inc
blob: 383f62dede06872cfc7aaf939fd43d059ffc2e47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
HOMEPAGE = "https://github.com/SELinuxProject"

do_compile() {
    oe_runmake all \
            INCLUDEDIR='${STAGING_INCDIR}' \
            LIBDIR='${STAGING_LIBDIR}'
}

do_install() {
    oe_runmake install \
            DESTDIR="${D}" \
            PREFIX="${prefix}" \
            INCLUDEDIR="${includedir}" \
            LIBDIR="${libdir}" \
            SHLIBDIR="${base_libdir}" \
            SYSTEMDDIR="${systemd_unitdir}"
}