From 981b18429013999e405b889bdecd59837ee2d6d3 Mon Sep 17 00:00:00 2001 From: "Roy.Li" Date: Wed, 24 Sep 2014 09:33:48 +0800 Subject: 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 Signed-off-by: Joe MacDonald --- recipes-connectivity/dhcp/dhcp_4.3.0.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ -inherit with-selinux +inherit selinux FILESEXTRAPATHS_prepend := "${@target_selinux(d, '${THISDIR}/files:')}" -- cgit v1.2.3-54-g00ecf