aboutsummaryrefslogtreecommitdiffstats
path: root/meta-systemd/meta-oe/recipes-connectivity/dhcp/dhcp_4.2.3-P2.bbappend
blob: 5fd7ccb601b99b32e7e38053b52cbda4699a1481 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# look for files in the layer first
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"

inherit systemd

PRINC := "${@int(PRINC) + 2}"

SYSTEMD_PACKAGES = "dhcp-server-systemd dhcp-relay-systemd"
SYSTEMD_SERVICE_dhcp-server-systemd = "dhcpd.service"
SYSTEMD_SERVICE_dhcp-relay-systemd = "dhcrelay.service"

SRC_URI += "file://dhcpd.service \
            file://dhcrelay.service"