summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/dhcp/dhcp/0008-tweak-to-support-external-bind.patch
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2017-08-16 04:31:17 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-08-18 10:40:26 +0100
commita02826add027f71d1fca56547b2b72db28b1005f (patch)
treef42f5c26ea1ee6f5c67a79e08184df197bb4db71 /meta/recipes-connectivity/dhcp/dhcp/0008-tweak-to-support-external-bind.patch
parent5552c856a7dc05cb9ef5da8c0cdac63bbef4e8de (diff)
downloadpoky-a02826add027f71d1fca56547b2b72db28b1005f.tar.gz
dhcp: 4.3.5 -> 4.3.6
1. Rebase patches to 4.3.6 - define-macro-_PATH_DHCPD_CONF-and-_PATH_DHCLIENT_CON.patch -> 0001 - dhcp-3.0.3-dhclient-dbus.patch -> 0002 - link-with-lcrypto.patch -> 0003 - fixsepbuild.patch -> 0004 - dhclient-script-drop-resolv.conf.dhclient.patch -> 0005 - 0001-site.h-enable-gentle-shutdown.patch -> 0006 - libxml2-configure-argument.patch -> 0007 - tweak-to-support-external-bind.patch -> 0008 - remove-dhclient-script-bash-dependency.patch -> 0009 - build-shared-libs.patch -> 0010 - Moved-the-call-to-isc_app_ctxstart-to-not-get-signal.patch -> 0011 2. Drop search-for-libxml2.patch It is overrided by libxml2-configure-argument.patch 3. Rework dhclient-script-drop-resolv.conf.dhclient.patch and Drop replace-ifconfig-route.patch. vim client/scripts/linux ... Script refresh in 2017. The aliasing code was too convoluted and needs to go away. Migrated DHCPv4 script to ip command from iproute2 suite. This is based on Debian script with some tweaks. ifconfig is no longer used. Everything is done using ip tool from ip-route2. ... (From OE-Core rev: 77878d2e6e8f36afa9a0fde8a6f0f955c84a5e5c) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/dhcp/dhcp/0008-tweak-to-support-external-bind.patch')
-rw-r--r--meta/recipes-connectivity/dhcp/dhcp/0008-tweak-to-support-external-bind.patch117
1 files changed, 117 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/dhcp/dhcp/0008-tweak-to-support-external-bind.patch b/meta/recipes-connectivity/dhcp/dhcp/0008-tweak-to-support-external-bind.patch
new file mode 100644
index 0000000000..006d18ae7f
--- /dev/null
+++ b/meta/recipes-connectivity/dhcp/dhcp/0008-tweak-to-support-external-bind.patch
@@ -0,0 +1,117 @@
1From 92875f5cc44914515e50c11c503a09cec90497b2 Mon Sep 17 00:00:00 2001
2From: Hongxu Jia <hongxu.jia@windriver.com>
3Date: Sat, 11 Jun 2016 22:51:44 -0400
4Subject: [PATCH 08/11] tweak to support external bind
5
6Tweak the external bind to oe-core's sysroot rather than
7external bind source build.
8
9Upstream-Status: Inappropriate <oe-core specific>
10
11Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
12---
13 client/Makefile.am | 2 +-
14 client/tests/Makefile.am | 2 +-
15 common/tests/Makefile.am | 2 +-
16 dhcpctl/Makefile.am | 2 +-
17 omapip/Makefile.am | 2 +-
18 relay/Makefile.am | 2 +-
19 server/Makefile.am | 2 +-
20 server/tests/Makefile.am | 2 +-
21 8 files changed, 8 insertions(+), 8 deletions(-)
22
23diff --git a/client/Makefile.am b/client/Makefile.am
24index 4730bb3..84d8131 100644
25--- a/client/Makefile.am
26+++ b/client/Makefile.am
27@@ -4,7 +4,7 @@
28 # production code. Sadly, we are not there yet.
29 SUBDIRS = . tests
30
31-BINDLIBDIR = @BINDDIR@/lib
32+BINDLIBDIR = @BINDDIR@
33
34 AM_CPPFLAGS = -DCLIENT_PATH='"PATH=$(sbindir):/sbin:/bin:/usr/sbin:/usr/bin"' \
35 -DLOCALSTATEDIR='"$(localstatedir)"' -I$(top_srcdir)/includes
36diff --git a/client/tests/Makefile.am b/client/tests/Makefile.am
37index 5031d0c..a8dfd26 100644
38--- a/client/tests/Makefile.am
39+++ b/client/tests/Makefile.am
40@@ -1,6 +1,6 @@
41 SUBDIRS = .
42
43-BINDLIBDIR = @BINDDIR@/lib
44+BINDLIBDIR = @BINDDIR@
45
46 AM_CPPFLAGS = $(ATF_CFLAGS) -DUNIT_TEST -I$(top_srcdir)/includes
47 AM_CPPFLAGS += -I@BINDDIR@/include -I$(top_srcdir)
48diff --git a/common/tests/Makefile.am b/common/tests/Makefile.am
49index f6a43e4..2f98d22 100644
50--- a/common/tests/Makefile.am
51+++ b/common/tests/Makefile.am
52@@ -1,6 +1,6 @@
53 SUBDIRS = .
54
55-BINDLIBDIR = @BINDDIR@/lib
56+BINDLIBDIR = @BINDDIR@
57
58 AM_CPPFLAGS = $(ATF_CFLAGS) -I$(top_srcdir)/includes
59
60diff --git a/dhcpctl/Makefile.am b/dhcpctl/Makefile.am
61index ba8dd8b..9b2486e 100644
62--- a/dhcpctl/Makefile.am
63+++ b/dhcpctl/Makefile.am
64@@ -1,4 +1,4 @@
65-BINDLIBDIR = @BINDDIR@/lib
66+BINDLIBDIR = @BINDDIR@
67
68 AM_CPPFLAGS = -I$(top_srcdir)/includes -I$(top_srcdir)
69
70diff --git a/omapip/Makefile.am b/omapip/Makefile.am
71index dd1afa0..e4a8599 100644
72--- a/omapip/Makefile.am
73+++ b/omapip/Makefile.am
74@@ -1,4 +1,4 @@
75-BINDLIBDIR = @BINDDIR@/lib
76+BINDLIBDIR = @BINDDIR@
77 AM_CPPFLAGS = -I$(top_srcdir)/includes
78
79 lib_LIBRARIES = libomapi.a
80diff --git a/relay/Makefile.am b/relay/Makefile.am
81index 6d652f6..b3bf578 100644
82--- a/relay/Makefile.am
83+++ b/relay/Makefile.am
84@@ -1,4 +1,4 @@
85-BINDLIBDIR = @BINDDIR@/lib
86+BINDLIBDIR = @BINDDIR@
87
88 AM_CPPFLAGS = -DLOCALSTATEDIR='"@localstatedir@"' -I$(top_srcdir)/includes
89
90diff --git a/server/Makefile.am b/server/Makefile.am
91index 3990b9c..b5d8c2d 100644
92--- a/server/Makefile.am
93+++ b/server/Makefile.am
94@@ -4,7 +4,7 @@
95 # production code. Sadly, we are not there yet.
96 SUBDIRS = . tests
97
98-BINDLIBDIR = @BINDDIR@/lib
99+BINDLIBDIR = @BINDDIR@
100
101 AM_CPPFLAGS = -I$(top_srcdir) -DLOCALSTATEDIR='"@localstatedir@"' -I$(top_srcdir)/includes
102
103diff --git a/server/tests/Makefile.am b/server/tests/Makefile.am
104index a87c5e7..9821081 100644
105--- a/server/tests/Makefile.am
106+++ b/server/tests/Makefile.am
107@@ -1,6 +1,6 @@
108 SUBDIRS = .
109
110-BINDLIBDIR = @BINDDIR@/lib
111+BINDLIBDIR = @BINDDIR@
112
113 AM_CPPFLAGS = $(ATF_CFLAGS) -DUNIT_TEST -I$(top_srcdir)/includes
114 AM_CPPFLAGS += -I@BINDDIR@/include -I$(top_srcdir)
115--
1161.8.3.1
117