From b69dad729974d7dcab7b7f1173f1ccc172b0688b Mon Sep 17 00:00:00 2001 From: Kai Kang Date: Thu, 18 Apr 2019 04:00:05 -0400 Subject: busybox: disable PTEST_BINDIR 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 Signed-off-by: Joe MacDonald --- 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 -- cgit v1.2.3-54-g00ecf