mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
dhcp: fix parsing warning
* 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>
This commit is contained in:
parent
3659908852
commit
985fca448f
|
|
@ -5,16 +5,16 @@ SYSTEMD_PACKAGES += "dhcp-client"
|
|||
SYSTEMD_SERVICE_dhcp-client = "dhclient.service"
|
||||
SYSTEMD_AUTO_ENABLE_dhcp-client = "disable"
|
||||
|
||||
FILES_dhcp-client += "${systemd_unitdir}/system/dhclient.service"
|
||||
FILES_${PN}-client += "${systemd_unitdir}/system/dhclient.service"
|
||||
RPROVIDES_dhcp-server += "dhcp-server-systemd"
|
||||
RREPLACES_dhcp-server += "dhcp-server-systemd"
|
||||
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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user