mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
This is the result of automated script conversion: poky/scripts/contrib/convert-overrides.py meta-selinux Converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
15 lines
274 B
C++
15 lines
274 B
C++
inherit selinux
|
|
|
|
DEPENDS += "${LIBSELINUX}"
|
|
|
|
do_configure:prepend () {
|
|
export LINUX_HASSELINUX="${@target_selinux(d, 'Y', 'N')}"
|
|
export LSOF_CFGF="${CFLAGS}"
|
|
export LSOF_CFGL="${LDFLAGS}"
|
|
export LSOF_CC="${BUILD_CC}"
|
|
}
|
|
|
|
do_compile () {
|
|
oe_runmake 'CC=${CC}' 'DEBUG='
|
|
}
|