[yocto] [meta-selinux][PATCH 1/1] busybox: disable PTEST_BINDIR

kai.kang at windriver.com kai.kang at windriver.com
Thu Apr 18 01:00:05 PDT 2019


From: Kai Kang <kai.kang at windriver.com>

A new feature has been added in oe-core to use update-alternative
mechanism for ptest. But it conflicts with current patch in
meta-selinux. So do not use this new feature for ptest when build with
selinux.

Signed-off-by: Kai Kang <kai.kang at windriver.com>
---
 recipes-core/busybox/busybox_selinux.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-core/busybox/busybox_selinux.inc b/recipes-core/busybox/busybox_selinux.inc
index df7c117..cc83b01 100644
--- a/recipes-core/busybox/busybox_selinux.inc
+++ b/recipes-core/busybox/busybox_selinux.inc
@@ -1,3 +1,5 @@
+PTEST_BINDIR = "0"
+
 FILES_${PN} += "${libdir}/${PN}"
 
 # We should use sh wrappers instead of links so the commands could get correct
-- 
2.20.0



More information about the yocto mailing list