mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
12c93f70c4
commit
55745d1aec
|
|
@ -3,19 +3,9 @@ FILESEXTRAPATHS := "${THISDIR}/files"
|
|||
|
||||
inherit systemd
|
||||
|
||||
PRINC := "${@int(PRINC) + 1}"
|
||||
PRINC := "${@int(PRINC) + 2}"
|
||||
|
||||
SYSTEMD_PACKAGES = "dhcp-server-systemd"
|
||||
SYSTEMD_SERVICE_dhcp-server-systemd = "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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user