summaryrefslogtreecommitdiffstats
path: root/meta-systemd/oe-core/recipes-connectivity/dhcp/dhcp_4.2.5.bbappend
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2013-01-28 14:39:54 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2013-01-28 15:40:39 +0100
commitb9bd40a506fc679a9fbdae22a9ee600a9828c331 (patch)
tree6d43e03cdfdffaba7f98cfb6419c857da15b5269 /meta-systemd/oe-core/recipes-connectivity/dhcp/dhcp_4.2.5.bbappend
parent164caa34458ed2c145dfa2e4d2d207f8ce47a057 (diff)
downloadmeta-openembedded-b9bd40a506fc679a9fbdae22a9ee600a9828c331.tar.gz
dhcp: follow oe-core to 4.2.5
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Diffstat (limited to 'meta-systemd/oe-core/recipes-connectivity/dhcp/dhcp_4.2.5.bbappend')
-rw-r--r--meta-systemd/oe-core/recipes-connectivity/dhcp/dhcp_4.2.5.bbappend16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-systemd/oe-core/recipes-connectivity/dhcp/dhcp_4.2.5.bbappend b/meta-systemd/oe-core/recipes-connectivity/dhcp/dhcp_4.2.5.bbappend
new file mode 100644
index 000000000..fde242659
--- /dev/null
+++ b/meta-systemd/oe-core/recipes-connectivity/dhcp/dhcp_4.2.5.bbappend
@@ -0,0 +1,16 @@
1# look for files in the layer first
2FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
3
4inherit systemd
5
6PRINC := "${@int(PRINC) + 1}"
7
8SYSTEMD_PACKAGES = "dhcp-server-systemd dhcp-relay-systemd dhcp-client-systemd"
9SYSTEMD_SERVICE_dhcp-server-systemd = "dhcpd.service"
10SYSTEMD_SERVICE_dhcp-relay-systemd = "dhcrelay.service"
11SYSTEMD_SERVICE_dhcp-client-systemd = "dhclient.service"
12
13SRC_URI += "file://dhcpd.service \
14 file://dhclient.service \
15 file://dhcrelay.service \
16 "