summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/dhcp/dhcp_4.4.1.bb
diff options
context:
space:
mode:
authorJiping Ma <jiping.ma2@windriver.com>2019-05-23 15:03:56 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-06-11 13:26:55 +0100
commitfd1cfea5be9b643c8a58fc975c97c5b9f7e5263b (patch)
treef2b92e7f7ee345902c47f07594f3c5b29c4f804f /meta/recipes-connectivity/dhcp/dhcp_4.4.1.bb
parentc07435a83a45332cfe2639f5f09bf21e5ead19b5 (diff)
downloadpoky-fd1cfea5be9b643c8a58fc975c97c5b9f7e5263b.tar.gz
dhcp:"dhclient -x eth0" action is not correct.
The action of "dhclient -x eth0" and "dhclient -r eth0" is same when enable ENABLE_GENTLE_SHUTDOWN. Disable ENABLE_GENTLE_SHUTDOWN that will use the default signal hander. (From OE-Core rev: 8e5c85332f222efd5ffddaa9da9272c6e42881f5) Signed-off-by: Jiping Ma <jiping.ma2@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/dhcp/dhcp_4.4.1.bb')
-rw-r--r--meta/recipes-connectivity/dhcp/dhcp_4.4.1.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/dhcp/dhcp_4.4.1.bb b/meta/recipes-connectivity/dhcp/dhcp_4.4.1.bb
index 19524cb3c9..275961a603 100644
--- a/meta/recipes-connectivity/dhcp/dhcp_4.4.1.bb
+++ b/meta/recipes-connectivity/dhcp/dhcp_4.4.1.bb
@@ -5,7 +5,6 @@ SRC_URI += "file://0001-define-macro-_PATH_DHCPD_CONF-and-_PATH_DHCLIENT_CON.pat
5 file://0003-link-with-lcrypto.patch \ 5 file://0003-link-with-lcrypto.patch \
6 file://0004-Fix-out-of-tree-builds.patch \ 6 file://0004-Fix-out-of-tree-builds.patch \
7 file://0005-dhcp-client-fix-invoke-dhclient-script-failed-on-Rea.patch \ 7 file://0005-dhcp-client-fix-invoke-dhclient-script-failed-on-Rea.patch \
8 file://0006-site.h-enable-gentle-shutdown.patch \
9 file://0007-Add-configure-argument-to-make-the-libxml2-dependenc.patch \ 8 file://0007-Add-configure-argument-to-make-the-libxml2-dependenc.patch \
10 file://0009-remove-dhclient-script-bash-dependency.patch \ 9 file://0009-remove-dhclient-script-bash-dependency.patch \
11 file://0012-dhcp-correct-the-intention-for-xml2-lib-search.patch \ 10 file://0012-dhcp-correct-the-intention-for-xml2-lib-search.patch \