All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-systemd][PATCH] dhcp: fix parsing warning
@ 2015-08-05 15:13 Martin Jansa
  2015-08-05 15:28 ` Paul Eggleton
  0 siblings, 1 reply; 4+ messages in thread
From: Martin Jansa @ 2015-08-05 15:13 UTC (permalink / raw)
  To: openembedded-devel

* fixes:
  WARNING: Variable key FILES_-client (/dhclient /dhclient-script /dhcp/dhclient.conf)
    replaces original key FILES_dhcp-client ( /system/dhclient.service).

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-systemd/oe-core/recipes-connectivity/dhcp/dhcp_%.bbappend | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-systemd/oe-core/recipes-connectivity/dhcp/dhcp_%.bbappend b/meta-systemd/oe-core/recipes-connectivity/dhcp/dhcp_%.bbappend
index 6c0fd02..7873e9f 100644
--- a/meta-systemd/oe-core/recipes-connectivity/dhcp/dhcp_%.bbappend
+++ b/meta-systemd/oe-core/recipes-connectivity/dhcp/dhcp_%.bbappend
@@ -12,9 +12,9 @@ RCONFLICTS_dhcp-server += "dhcp-server-systemd"
 RPROVIDES_dhcp-relay += "dhcp-relay-systemd"
 RREPLACES_dhcp-relay += "dhcp-relay-systemd"
 RCONFLICTS_dhcp-relay += "dhcp-relay-systemd"
-RPROVIDES_dhcp-client += "dhcp-client-systemd"
-RREPLACES_dhcp-client += "dhcp-client-systemd"
-RCONFLICTS_dhcp-client += "dhcp-client-systemd"
+RPROVIDES_${PN}-client += "dhcp-client-systemd"
+RREPLACES_${PN}-client += "dhcp-client-systemd"
+RCONFLICTS_${PN}-client += "dhcp-client-systemd"
 
 SRC_URI += "file://dhclient.service"
 
-- 
2.5.0



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

* Re: [meta-systemd][PATCH] dhcp: fix parsing warning
  2015-08-05 15:13 [meta-systemd][PATCH] dhcp: fix parsing warning Martin Jansa
@ 2015-08-05 15:28 ` Paul Eggleton
  2015-08-05 17:15   ` Martin Jansa
  2015-08-05 17:18   ` [meta-systemd][PATCHv2] " Martin Jansa
  0 siblings, 2 replies; 4+ messages in thread
From: Paul Eggleton @ 2015-08-05 15:28 UTC (permalink / raw)
  To: Martin Jansa; +Cc: openembedded-devel

On Wednesday 05 August 2015 17:13:41 Martin Jansa wrote:
> * fixes:
>   WARNING: Variable key FILES_-client (/dhclient /dhclient-script
> /dhcp/dhclient.conf) replaces original key FILES_dhcp-client (
> /system/dhclient.service).

Yuck - is that really what it's printing, i.e. all variable references blank?

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


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

* Re: [meta-systemd][PATCH] dhcp: fix parsing warning
  2015-08-05 15:28 ` Paul Eggleton
@ 2015-08-05 17:15   ` Martin Jansa
  2015-08-05 17:18   ` [meta-systemd][PATCHv2] " Martin Jansa
  1 sibling, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2015-08-05 17:15 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 631 bytes --]

On Wed, Aug 05, 2015 at 04:28:00PM +0100, Paul Eggleton wrote:
> On Wednesday 05 August 2015 17:13:41 Martin Jansa wrote:
> > * fixes:
> >   WARNING: Variable key FILES_-client (/dhclient /dhclient-script
> > /dhcp/dhclient.conf) replaces original key FILES_dhcp-client (
> > /system/dhclient.service).
> 
> Yuck - is that really what it's printing, i.e. all variable references blank?

Sorry, will fix that.. don't copy&paste bitbake error messages in
bash...

> 
> Cheers,
> Paul
> 
> -- 
> 
> Paul Eggleton
> Intel Open Source Technology Centre

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

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

* [meta-systemd][PATCHv2] dhcp: fix parsing warning
  2015-08-05 15:28 ` Paul Eggleton
  2015-08-05 17:15   ` Martin Jansa
@ 2015-08-05 17:18   ` Martin Jansa
  1 sibling, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2015-08-05 17:18 UTC (permalink / raw)
  To: openembedded-devel

* fixes:
  WARNING: Variable key FILES_${PN}-client (${base_sbindir}/dhclient ${base_sbindir}/dhclient-script ${sysconfdir}/dhcp/dhclient.conf)
    replaces original key FILES_dhcp-client ( ${systemd_unitdir}/system/dhclient.service).

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-systemd/oe-core/recipes-connectivity/dhcp/dhcp_%.bbappend | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-systemd/oe-core/recipes-connectivity/dhcp/dhcp_%.bbappend b/meta-systemd/oe-core/recipes-connectivity/dhcp/dhcp_%.bbappend
index 6c0fd02..7873e9f 100644
--- a/meta-systemd/oe-core/recipes-connectivity/dhcp/dhcp_%.bbappend
+++ b/meta-systemd/oe-core/recipes-connectivity/dhcp/dhcp_%.bbappend
@@ -12,9 +12,9 @@ RCONFLICTS_dhcp-server += "dhcp-server-systemd"
 RPROVIDES_dhcp-relay += "dhcp-relay-systemd"
 RREPLACES_dhcp-relay += "dhcp-relay-systemd"
 RCONFLICTS_dhcp-relay += "dhcp-relay-systemd"
-RPROVIDES_dhcp-client += "dhcp-client-systemd"
-RREPLACES_dhcp-client += "dhcp-client-systemd"
-RCONFLICTS_dhcp-client += "dhcp-client-systemd"
+RPROVIDES_${PN}-client += "dhcp-client-systemd"
+RREPLACES_${PN}-client += "dhcp-client-systemd"
+RCONFLICTS_${PN}-client += "dhcp-client-systemd"
 
 SRC_URI += "file://dhclient.service"
 
-- 
2.5.0



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

end of thread, other threads:[~2015-08-05 17:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-05 15:13 [meta-systemd][PATCH] dhcp: fix parsing warning Martin Jansa
2015-08-05 15:28 ` Paul Eggleton
2015-08-05 17:15   ` Martin Jansa
2015-08-05 17:18   ` [meta-systemd][PATCHv2] " Martin Jansa

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.