summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity
diff options
context:
space:
mode:
authorHuang Qiyu <huangqy.fnst@cn.fujitsu.com>2016-12-07 08:45:33 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-12-08 10:31:29 +0000
commit79491ac744f389cb004b09c9409201b179b9aec2 (patch)
tree2a0fcb2adbff7e87486505085e07ec3dc8ca9fe3 /meta/recipes-connectivity
parent416e4d33fa96213f4755664096b11f96049ae52b (diff)
downloadpoky-79491ac744f389cb004b09c9409201b179b9aec2.tar.gz
dhcp: 4.3.4 -> 4.3.5
Upgrade dhcp from 4.3.4 to 4.3.5. (From OE-Core rev: 7cc95c2992cc45b74a9b81b56b1c1e7c097d4fe1) Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r--meta/recipes-connectivity/dhcp/dhcp_4.3.5.bb (renamed from meta/recipes-connectivity/dhcp/dhcp_4.3.4.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/dhcp/dhcp_4.3.4.bb b/meta/recipes-connectivity/dhcp/dhcp_4.3.5.bb
index 4151eb1836..678c29a28f 100644
--- a/meta/recipes-connectivity/dhcp/dhcp_4.3.4.bb
+++ b/meta/recipes-connectivity/dhcp/dhcp_4.3.5.bb
@@ -11,8 +11,8 @@ SRC_URI += "file://dhcp-3.0.3-dhclient-dbus.patch;striplevel=0 \
11 file://remove-dhclient-script-bash-dependency.patch \ 11 file://remove-dhclient-script-bash-dependency.patch \
12 " 12 "
13 13
14SRC_URI[md5sum] = "0138319fe2b788cf4bdf34fbeaf9ff54" 14SRC_URI[md5sum] = "2b5e5b2fa31c2e27e487039d86f83d3f"
15SRC_URI[sha256sum] = "f5115aee3dd3e6925de4ba47b80ab732ba48b481c8364b6ebade2d43698d607e" 15SRC_URI[sha256sum] = "eb95936bf15d2393c55dd505bc527d1d4408289cec5a9fa8abb99f7577e7f954"
16 16
17PACKAGECONFIG ?= "" 17PACKAGECONFIG ?= ""
18PACKAGECONFIG[bind-httpstats] = "--with-libxml2,--without-libxml2,libxml2" 18PACKAGECONFIG[bind-httpstats] = "--with-libxml2,--without-libxml2,libxml2"