mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
dhcp: move systemd support to meta-systemd
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
committed by
Koen Kooi
parent
ca89a23506
commit
1e6cf9483d
+2
-2
@@ -1,9 +1,9 @@
|
|||||||
# look for files in the layer first
|
# look for files in the layer first
|
||||||
FILESEXTRAPATHS := "${THISDIR}/files"
|
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||||
|
|
||||||
inherit systemd
|
inherit systemd
|
||||||
|
|
||||||
PRINC := "${@int(PRINC) + 1}"
|
PRINC := "${@int(PRINC) + 2}"
|
||||||
|
|
||||||
SYSTEMD_PACKAGES = "dhcp-server-systemd dhcp-relay-systemd"
|
SYSTEMD_PACKAGES = "dhcp-server-systemd dhcp-relay-systemd"
|
||||||
SYSTEMD_SERVICE_dhcp-server-systemd = "dhcpd.service"
|
SYSTEMD_SERVICE_dhcp-server-systemd = "dhcpd.service"
|
||||||
Reference in New Issue
Block a user