aboutsummaryrefslogtreecommitdiffstats
path: root/meta-systemd/meta-oe/recipes-connectivity/dhcp/dhcp_4.2.4-P1.bbappend
blob: a18fda802315eeeb35167dcb3cfb47e0dbd36b3e (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) + 1}"

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"