From 3cf2edb10f5e8ac60db7ca2e71d1e754a177d08c Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Fri, 1 May 2015 16:05:37 +0200 Subject: systemd: fix DHCP on link state change When the link goes down, the DHCP service has been disabled, while there is no corresponding functionality which enables the service when the link goes up again. This fix is taken from systemd 217. --- recipes-core/systemd/systemd_%.bbappend | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 recipes-core/systemd/systemd_%.bbappend (limited to 'recipes-core/systemd/systemd_%.bbappend') diff --git a/recipes-core/systemd/systemd_%.bbappend b/recipes-core/systemd/systemd_%.bbappend new file mode 100644 index 0000000..b24e14c --- /dev/null +++ b/recipes-core/systemd/systemd_%.bbappend @@ -0,0 +1,7 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/systemd:" + +SRC_URI += " \ + file://networkd_dont_stop_the_dhcp_server.patch \ +" + +PACKAGECONFIG_append = " networkd" -- cgit v1.2.3