From 79491ac744f389cb004b09c9409201b179b9aec2 Mon Sep 17 00:00:00 2001 From: Huang Qiyu Date: Wed, 7 Dec 2016 08:45:33 -0800 Subject: 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 Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-connectivity/dhcp/dhcp_4.3.4.bb | 18 ------------------ meta/recipes-connectivity/dhcp/dhcp_4.3.5.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta/recipes-connectivity/dhcp/dhcp_4.3.4.bb create mode 100644 meta/recipes-connectivity/dhcp/dhcp_4.3.5.bb (limited to 'meta/recipes-connectivity/dhcp') diff --git a/meta/recipes-connectivity/dhcp/dhcp_4.3.4.bb b/meta/recipes-connectivity/dhcp/dhcp_4.3.4.bb deleted file mode 100644 index 4151eb1836..0000000000 --- a/meta/recipes-connectivity/dhcp/dhcp_4.3.4.bb +++ /dev/null @@ -1,18 +0,0 @@ -require dhcp.inc - -SRC_URI += "file://dhcp-3.0.3-dhclient-dbus.patch;striplevel=0 \ - file://link-with-lcrypto.patch \ - file://fixsepbuild.patch \ - file://dhclient-script-drop-resolv.conf.dhclient.patch \ - file://replace-ifconfig-route.patch \ - file://0001-site.h-enable-gentle-shutdown.patch \ - file://libxml2-configure-argument.patch \ - file://tweak-to-support-external-bind.patch \ - file://remove-dhclient-script-bash-dependency.patch \ - " - -SRC_URI[md5sum] = "0138319fe2b788cf4bdf34fbeaf9ff54" -SRC_URI[sha256sum] = "f5115aee3dd3e6925de4ba47b80ab732ba48b481c8364b6ebade2d43698d607e" - -PACKAGECONFIG ?= "" -PACKAGECONFIG[bind-httpstats] = "--with-libxml2,--without-libxml2,libxml2" diff --git a/meta/recipes-connectivity/dhcp/dhcp_4.3.5.bb b/meta/recipes-connectivity/dhcp/dhcp_4.3.5.bb new file mode 100644 index 0000000000..678c29a28f --- /dev/null +++ b/meta/recipes-connectivity/dhcp/dhcp_4.3.5.bb @@ -0,0 +1,18 @@ +require dhcp.inc + +SRC_URI += "file://dhcp-3.0.3-dhclient-dbus.patch;striplevel=0 \ + file://link-with-lcrypto.patch \ + file://fixsepbuild.patch \ + file://dhclient-script-drop-resolv.conf.dhclient.patch \ + file://replace-ifconfig-route.patch \ + file://0001-site.h-enable-gentle-shutdown.patch \ + file://libxml2-configure-argument.patch \ + file://tweak-to-support-external-bind.patch \ + file://remove-dhclient-script-bash-dependency.patch \ + " + +SRC_URI[md5sum] = "2b5e5b2fa31c2e27e487039d86f83d3f" +SRC_URI[sha256sum] = "eb95936bf15d2393c55dd505bc527d1d4408289cec5a9fa8abb99f7577e7f954" + +PACKAGECONFIG ?= "" +PACKAGECONFIG[bind-httpstats] = "--with-libxml2,--without-libxml2,libxml2" -- cgit v1.2.3-54-g00ecf