mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
dhcp_%.bbappend: fix replaces original key warning
Use ${PN} rather than dhcp to keep align with oe-core to fix:
WARNING: oe-core/meta/recipes-connectivity/dhcp/dhcp_4.3.4.bb: Variable key SYSTEMD_AUTO_ENABLE_${PN}-client (enable) replaces original key SYSTEMD_AUTO_ENABLE_dhcp-client (disable).
WARNING: oe-core/meta/recipes-connectivity/dhcp/dhcp_4.3.4.bb: Variable key SYSTEMD_SERVICE_${PN}-client (dhclient.service) replaces original key SYSTEMD_SERVICE_dhcp-client (dhclient.service).
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
51867d2826
commit
e63aa5b056
|
|
@ -2,8 +2,8 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
|
||||
SYSTEMD_PACKAGES += "dhcp-client"
|
||||
SYSTEMD_SERVICE_dhcp-client = "dhclient.service"
|
||||
SYSTEMD_AUTO_ENABLE_dhcp-client = "disable"
|
||||
SYSTEMD_SERVICE_${PN}-client = "dhclient.service"
|
||||
SYSTEMD_AUTO_ENABLE_${PN}-client = "disable"
|
||||
|
||||
FILES_${PN}-client += "${systemd_unitdir}/system/dhclient.service"
|
||||
RPROVIDES_dhcp-server += "dhcp-server-systemd"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user