diff options
Diffstat (limited to 'meta/recipes-connectivity/dhcp/dhcp_4.3.4.bb')
-rw-r--r-- | meta/recipes-connectivity/dhcp/dhcp_4.3.4.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/dhcp/dhcp_4.3.4.bb b/meta/recipes-connectivity/dhcp/dhcp_4.3.4.bb new file mode 100644 index 0000000000..9e082911bd --- /dev/null +++ b/meta/recipes-connectivity/dhcp/dhcp_4.3.4.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | require dhcp.inc | ||
2 | |||
3 | SRC_URI += "file://dhcp-3.0.3-dhclient-dbus.patch;striplevel=0 \ | ||
4 | file://link-with-lcrypto.patch \ | ||
5 | file://fixsepbuild.patch \ | ||
6 | file://dhclient-script-drop-resolv.conf.dhclient.patch \ | ||
7 | file://replace-ifconfig-route.patch \ | ||
8 | file://0001-site.h-enable-gentle-shutdown.patch \ | ||
9 | file://libxml2-configure-argument.patch \ | ||
10 | file://tweak-to-support-external-bind.patch \ | ||
11 | " | ||
12 | |||
13 | SRC_URI[md5sum] = "0138319fe2b788cf4bdf34fbeaf9ff54" | ||
14 | SRC_URI[sha256sum] = "f5115aee3dd3e6925de4ba47b80ab732ba48b481c8364b6ebade2d43698d607e" | ||
15 | |||
16 | PACKAGECONFIG ?= "" | ||
17 | PACKAGECONFIG[bind-httpstats] = "--with-libxml2,--without-libxml2,libxml2" | ||