summaryrefslogtreecommitdiffstats
path: root/recipes-security/selinux/policycoreutils/enable-mcstrans.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-security/selinux/policycoreutils/enable-mcstrans.patch')
-rw-r--r--recipes-security/selinux/policycoreutils/enable-mcstrans.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/recipes-security/selinux/policycoreutils/enable-mcstrans.patch b/recipes-security/selinux/policycoreutils/enable-mcstrans.patch
deleted file mode 100644
index e923903..0000000
--- a/recipes-security/selinux/policycoreutils/enable-mcstrans.patch
+++ /dev/null
@@ -1,17 +0,0 @@
1Add the "mcstrans" subdir so it gets built too.
2
3Upstream-Status: Inappropriate [embedded specific]
4
5Signed-off-by: Roy Li <rongqing.li@windriver.com>
6diff --git a/Makefile b/Makefile
7index 83ebd45..3ae784f 100644
8--- a/Makefile
9+++ b/Makefile
10@@ -1,5 +1,7 @@
11 SUBDIRS = sepolicy setfiles semanage load_policy newrole run_init sandbox secon audit2allow sestatus semodule_package semodule semodule_link semodule_expand semodule_deps sepolgen-ifgen setsebool scripts po man gui
12
13+SUBDIRS += mcstrans
14+
15 INOTIFYH = $(shell ls /usr/include/sys/inotify.h 2>/dev/null)
16
17 ifeq (${INOTIFYH}, /usr/include/sys/inotify.h)