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:36:40 -0400
commit981b18429013999e405b889bdecd59837ee2d6d3 (patch)
treec1a1f38527e690718e83e706e122ed601ab3e65a
parente0a92ce7b2da899da8a2e2884eca9fd74aa12763 (diff)
downloadmeta-selinux-981b18429013999e405b889bdecd59837ee2d6d3.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:')}"