diff options
author | Kai Kang <kai.kang@windriver.com> | 2019-04-18 04:00:05 -0400 |
---|---|---|
committer | Joe MacDonald <joe@deserted.net> | 2019-04-18 07:30:28 -0400 |
commit | b69dad729974d7dcab7b7f1173f1ccc172b0688b (patch) | |
tree | ae4a5f98bf3ba36733b2de19a83a5d0d7cd5b780 | |
parent | efdb09e842a104a2c6dbdb5182c86a4aab4cce9a (diff) | |
download | meta-selinux-b69dad729974d7dcab7b7f1173f1ccc172b0688b.tar.gz |
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 <kai.kang@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
-rw-r--r-- | recipes-core/busybox/busybox_selinux.inc | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ | |||
1 | PTEST_BINDIR = "0" | ||
2 | |||
1 | FILES_${PN} += "${libdir}/${PN}" | 3 | FILES_${PN} += "${libdir}/${PN}" |
2 | 4 | ||
3 | # We should use sh wrappers instead of links so the commands could get correct | 5 | # We should use sh wrappers instead of links so the commands could get correct |