summaryrefslogtreecommitdiffstats
path: root/recipes-connectivity
diff options
context:
space:
mode:
authorJosep Puigdemont <josep.puigdemont@enea.com>2015-09-10 11:15:45 +0200
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-09-10 14:45:43 -0400
commit193f76b8ab7ac3539653920e9358e09d028c3db2 (patch)
treef53ae07f385a98ded5d84dd85820fb91b4952adf /recipes-connectivity
parent0cba9ba8d9dd7ea0216eeb72b0c9f482c99a56ad (diff)
downloadmeta-cloud-services-193f76b8ab7ac3539653920e9358e09d028c3db2.tar.gz
dhcp: fix QA issue files installed but not shipped
The value of FILES set in this bbappend was overriden after bitbake expanded it from the value set in the recipe. This patch solves this issue: WARNING: Variable key FILES_${PN}-client (${base_sbindir}/dhclient ${base_sbindir}/dhclient-script ${sysconfdir}/dhcp/dhclient.conf) replaces original key FILES_dhcp-client ( ${sysconfdir}/dhcp/dhclient-exit-hooks ). WARNING: Variable key FILES_${PN}-client (${base_sbindir}/dhclient ${base_sbindir}/dhclient-script ${sysconfdir}/dhcp/dhclient.conf) replaces original key FILES_dhcp-client ( ${sysconfdir}/dhcp/dhclient-exit-hooks ). ERROR: QA Issue: dhcp: Files/directories were installed but not shipped /etc/dhcp/dhclient-exit-hooks [installed-vs-shipped] WARNING: Variable key FILES_${PN}-client (${base_sbindir}/dhclient ${base_sbindir}/dhclient-script ${sysconfdir}/dhcp/dhclient.conf) replaces original key FILES_dhcp-client ( ${sysconfdir}/dhcp/dhclient-exit-hooks ). WARNING: Variable key FILES_${PN}-client (${base_sbindir}/dhclient ${base_sbindir}/dhclient-script ${sysconfdir}/dhcp/dhclient.conf) replaces original key FILES_dhcp-client ( ${sysconfdir}/dhcp/dhclient-exit-hooks ). WARNING: Variable key FILES_${PN}-client (${base_sbindir}/dhclient ${base_sbindir}/dhclient-script ${sysconfdir}/dhcp/dhclient.conf) replaces original key FILES_dhcp-client ( ${sysconfdir}/dhcp/dhclient-exit-hooks ). Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-connectivity')
-rw-r--r--recipes-connectivity/dhcp/dhcp_%.bbappend5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-connectivity/dhcp/dhcp_%.bbappend b/recipes-connectivity/dhcp/dhcp_%.bbappend
index a23f7c9..2babae9 100644
--- a/recipes-connectivity/dhcp/dhcp_%.bbappend
+++ b/recipes-connectivity/dhcp/dhcp_%.bbappend
@@ -12,5 +12,6 @@ do_install_append () {
12 12
13} 13}
14 14
15FILES_dhcp-client += "${sysconfdir}/dhcp/dhclient-exit-hooks \ 15FILES_${PN}-client += " \
16 " 16 ${sysconfdir}/dhcp/dhclient-exit-hooks \
17 "