diff options
author | Roy.Li <rongqing.li@windriver.com> | 2014-09-24 09:33:48 +0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2014-09-24 10:23:28 -0400 |
commit | a529386dc3103909326e86ce28d84b9c8c5b4b02 (patch) | |
tree | 5a5a2dc5541a5c11ab45ba9cdd3097d21c26d7b0 /recipes-connectivity/dhcp/dhcp_4.3.0.bbappend | |
parent | aa85e81d9499787f40d0e09e3f16b0000483f546 (diff) | |
download | meta-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>
Diffstat (limited to 'recipes-connectivity/dhcp/dhcp_4.3.0.bbappend')
-rw-r--r-- | recipes-connectivity/dhcp/dhcp_4.3.0.bbappend | 2 |
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 @@ | |||
1 | inherit with-selinux | 1 | inherit selinux |
2 | 2 | ||
3 | FILESEXTRAPATHS_prepend := "${@target_selinux(d, '${THISDIR}/files:')}" | 3 | FILESEXTRAPATHS_prepend := "${@target_selinux(d, '${THISDIR}/files:')}" |