summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoy.Li <rongqing.li@windriver.com>2014-09-24 09:33:48 +0800
committerJoe MacDonald <joe_macdonald@mentor.com>2014-09-24 10:23:28 -0400
commita529386dc3103909326e86ce28d84b9c8c5b4b02 (patch)
tree5a5a2dc5541a5c11ab45ba9cdd3097d21c26d7b0
parentaa85e81d9499787f40d0e09e3f16b0000483f546 (diff)
downloadmeta-selinux-a529386dc3103909326e86ce28d84b9c8c5b4b02.tar.gz
dhcp: remove the unrecognised without-selinux configuration warning
dhcp 4.3 has no selinux related configuration options, but it needs the correct initscript when SELinux is enabled, so inherit selinux, not inherit with-selinux Signed-off-by: Roy.Li <rongqing.li@windriver.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
-rw-r--r--recipes-connectivity/dhcp/dhcp_4.3.0.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-connectivity/dhcp/dhcp_4.3.0.bbappend b/recipes-connectivity/dhcp/dhcp_4.3.0.bbappend
index 900c2aa..2d2232c 100644
--- a/recipes-connectivity/dhcp/dhcp_4.3.0.bbappend
+++ b/recipes-connectivity/dhcp/dhcp_4.3.0.bbappend
@@ -1,3 +1,3 @@
1inherit with-selinux 1inherit selinux
2 2
3FILESEXTRAPATHS_prepend := "${@target_selinux(d, '${THISDIR}/files:')}" 3FILESEXTRAPATHS_prepend := "${@target_selinux(d, '${THISDIR}/files:')}"