All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-cloud-services] dhcp: bbappend to use PN
@ 2015-10-14  1:06 Mark Asselstine
  2015-10-14 14:35 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Asselstine @ 2015-10-14  1:06 UTC (permalink / raw)
  To: bruce.ashfield, meta-virtualization

From: Vu Tran <vu.tran@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@windriver.com>
Signed-off-by: Mark Asselstine <mark.asselstine@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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-cloud-services] dhcp: bbappend to use PN
  2015-10-14  1:06 [meta-cloud-services] dhcp: bbappend to use PN Mark Asselstine
@ 2015-10-14 14:35 ` Bruce Ashfield
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2015-10-14 14:35 UTC (permalink / raw)
  To: Mark Asselstine; +Cc: meta-virtualization

On Tue, Oct 13, 2015 at 9:06 PM, Mark Asselstine
<mark.asselstine@windriver.com> wrote:
> From: Vu Tran <vu.tran@windriver.com>
>
> Fix the following warning:

merged.

Bruce

>
> 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@windriver.com>
> Signed-off-by: Mark Asselstine <mark.asselstine@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
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-10-14 14:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-14  1:06 [meta-cloud-services] dhcp: bbappend to use PN Mark Asselstine
2015-10-14 14:35 ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.