mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
policycoreutils: remove oe_filter_out
bb.data_smart.ExpansionError: Failure expanding variable WARN_QA[:=], expression was ${@oe_filter_out('unsafe-references-in-scripts', 'ldflags useless-rpaths rpaths staticdev libdir xorg-driver-abi textrel already-stripped incompatible-license files-invalid installed-vs-shipped compile-host-path install-host-path pn-overrides infodir build-deps unknown-configure-option symlink-to-sysroot multilib invalid-packageconfig host-user-contaminated uppercase-pn ', d)} which triggered exception NameError: name 'oe_filter_out' is not defined
Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
parent
3bccdba69a
commit
d55fa69fa4
|
|
@ -64,8 +64,8 @@ RDEPENDS_${BPN}-setsebool += "\
|
|||
"
|
||||
RDEPENDS_${BPN} += "selinux-python"
|
||||
|
||||
WARN_QA := "${@oe_filter_out('unsafe-references-in-scripts', '${WARN_QA}', d)}"
|
||||
ERROR_QA := "${@oe_filter_out('unsafe-references-in-scripts', '${ERROR_QA}', d)}"
|
||||
WARN_QA_remove = " unsafe-references-in-scripts"
|
||||
ERROR_QA_remove = " unsafe-references-in-scripts"
|
||||
|
||||
|
||||
PACKAGES =+ "\
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user