aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/dhcp/dhcp_4.2.0.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2011-11-04 20:34:15 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-15 11:54:43 +0000
commit8ae8b41f9d448a35441fa92f657e5b9edbcf68b5 (patch)
tree00713adef5b742a600b580a639b7fb4c35d447ae /meta/recipes-connectivity/dhcp/dhcp_4.2.0.bb
parentfad496c759066d53bebf9b8cebc63e6478c91d19 (diff)
downloadopenembedded-core-8ae8b41f9d448a35441fa92f657e5b9edbcf68b5.tar.gz
dhcp: generate initial leases files for server
If not using the init script it fails as the leases are created by it. When used with systemd, this fails without the leases thus this allows it to work out of box. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Added commit meesage from Otavio's email Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-connectivity/dhcp/dhcp_4.2.0.bb')
-rw-r--r--meta/recipes-connectivity/dhcp/dhcp_4.2.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/dhcp/dhcp_4.2.0.bb b/meta/recipes-connectivity/dhcp/dhcp_4.2.0.bb
index 8ed7d76129..2471d61044 100644
--- a/meta/recipes-connectivity/dhcp/dhcp_4.2.0.bb
+++ b/meta/recipes-connectivity/dhcp/dhcp_4.2.0.bb
@@ -1,6 +1,6 @@
require dhcp.inc
-PR = "r3"
+PR = "r4"
SRC_URI += "file://fixincludes.patch \
file://dhcp-3.0.3-dhclient-dbus.patch;striplevel=0 \