mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
Change the references to check for the distribution flag of 'selinux' being set before taking any action within the bbappends. This prevents the signature from being modified. Also remove PR changes, as they are no longer allowed. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
7 lines
245 B
PHP
7 lines
245 B
PHP
inherit enable-selinux
|
|
# libxcb-xselinux will not build with libselinux, so remove the depend
|
|
PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,,"
|
|
|
|
PACKAGES += "${PN}-xselinux"
|
|
FILES_${PN}-xselinux += "${libdir}/libxcb-xselinux.so.*"
|