[meta-virtualization] [meta-cloud-services] dhcp: bbappend to use PN

Mark Asselstine mark.asselstine at windriver.com
Tue Oct 13 18:06:32 PDT 2015


From: Vu Tran <vu.tran at windriver.com>

Fix the following warning:

WARNING: Variable key FILES_${PN}-client (${base_sbindir}/dhclient
${base_sbindir}/dhclient-script ${sysconfdir}/dhcp/dhclient.conf
${base_sbindir}/dhclient-systemd-wrapper) replaces original key
FILES_dhcp-client ( ${sysconfdir}/dhcp/dhclient-exit-hooks).

Signed-off-by: Vu Tran <vu.tran at windriver.com>
Signed-off-by: Mark Asselstine <mark.asselstine at windriver.com>
---
 recipes-connectivity/dhcp/dhcp_%.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-connectivity/dhcp/dhcp_%.bbappend b/recipes-connectivity/dhcp/dhcp_%.bbappend
index a23f7c9..7466056 100644
--- a/recipes-connectivity/dhcp/dhcp_%.bbappend
+++ b/recipes-connectivity/dhcp/dhcp_%.bbappend
@@ -12,5 +12,5 @@ do_install_append () {
 
 }
 
-FILES_dhcp-client += "${sysconfdir}/dhcp/dhclient-exit-hooks \
+FILES_${PN}-client += "${sysconfdir}/dhcp/dhclient-exit-hooks \
                      "
-- 
2.1.4



More information about the meta-virtualization mailing list