mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-08 16:00:32 +00:00
dhcp: remove unneeded systemd code
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
committed by
Koen Kooi
parent
12c93f70c4
commit
55745d1aec
@@ -3,19 +3,9 @@ FILESEXTRAPATHS := "${THISDIR}/files"
|
|||||||
|
|
||||||
inherit systemd
|
inherit systemd
|
||||||
|
|
||||||
PRINC := "${@int(PRINC) + 1}"
|
PRINC := "${@int(PRINC) + 2}"
|
||||||
|
|
||||||
SYSTEMD_PACKAGES = "dhcp-server-systemd"
|
SYSTEMD_PACKAGES = "dhcp-server-systemd"
|
||||||
SYSTEMD_SERVICE_dhcp-server-systemd = "dhcpd.service"
|
SYSTEMD_SERVICE_dhcp-server-systemd = "dhcpd.service"
|
||||||
|
|
||||||
SRC_URI += "file://dhcpd.service"
|
SRC_URI += "file://dhcpd.service"
|
||||||
|
|
||||||
do_install_append() {
|
|
||||||
install -d ${D}${base_libdir}/systemd/system
|
|
||||||
install -m 644 ${WORKDIR}/dhcpd.service ${D}${base_libdir}/systemd/system
|
|
||||||
}
|
|
||||||
|
|
||||||
PACKAGES =+ "dhcp-server-systemd"
|
|
||||||
|
|
||||||
FILES_dhcp-server-systemd += "${base_libdir}/systemd"
|
|
||||||
RDEPENDS_dhcp-server-systemd += "dhcp-server"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user