summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Tricca <flihp@twobit.us>2013-10-09 12:40:13 +0000
committerJoe MacDonald <joe@deserted.net>2013-10-15 14:31:17 -0400
commit0e35edc4ee6f5b68fc065fa3c2e2bfc1646f7f71 (patch)
tree029c547e306976afedf21d8fdb27bc21a899d3c2
parentf3b81f49fad6138e85775f398d510da37a1081e2 (diff)
downloadmeta-selinux-0e35edc4ee6f5b68fc065fa3c2e2bfc1646f7f71.tar.gz
Remove runtime dependency on policycoreutils from the reference policy.
The only thing refpol needs to depend on at runtime are the things necessary to load the policy. If sysvinit is patched to load the policy (which it is) then we only need the config. Signed-off-by: Philip Tricca <flihp@twobit.us> Signed-off-by: Joe MacDonald <joe@deserted.net>
-rw-r--r--recipes-security/refpolicy/refpolicy_common.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/refpolicy/refpolicy_common.inc b/recipes-security/refpolicy/refpolicy_common.inc
index 3eaf16d..873d887 100644
--- a/recipes-security/refpolicy/refpolicy_common.inc
+++ b/recipes-security/refpolicy/refpolicy_common.inc
@@ -16,7 +16,7 @@ FILES_${PN} = "${sysconfdir}/selinux/${POLICY_NAME}/ \
16FILES_${PN}-dev =+ "${datadir}/selinux/${POLICY_NAME}/include/" 16FILES_${PN}-dev =+ "${datadir}/selinux/${POLICY_NAME}/include/"
17 17
18DEPENDS += "checkpolicy-native policycoreutils-native m4-native" 18DEPENDS += "checkpolicy-native policycoreutils-native m4-native"
19RDEPENDS_${PN} += "policycoreutils selinux-config" 19RDEPENDS_${PN} += "selinux-config"
20 20
21PACKAGE_ARCH = "${MACHINE_ARCH}" 21PACKAGE_ARCH = "${MACHINE_ARCH}"
22 22