summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/dhcp/dhcp_4.3.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity/dhcp/dhcp_4.3.3.bb')
-rw-r--r--meta/recipes-connectivity/dhcp/dhcp_4.3.3.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/dhcp/dhcp_4.3.3.bb b/meta/recipes-connectivity/dhcp/dhcp_4.3.3.bb
index 4e8cd272b8..97dde1df48 100644
--- a/meta/recipes-connectivity/dhcp/dhcp_4.3.3.bb
+++ b/meta/recipes-connectivity/dhcp/dhcp_4.3.3.bb
@@ -9,7 +9,11 @@ SRC_URI += "file://dhcp-3.0.3-dhclient-dbus.patch;striplevel=0 \
9 file://CVE-2015-8605.patch \ 9 file://CVE-2015-8605.patch \
10 file://0001-site.h-enable-gentle-shutdown.patch \ 10 file://0001-site.h-enable-gentle-shutdown.patch \
11 file://CVE-2016-2774.patch \ 11 file://CVE-2016-2774.patch \
12 file://libxml2-configure-argument.patch \
12 " 13 "
13 14
14SRC_URI[md5sum] = "c5577b09c9017cdd319a11ff6364268e" 15SRC_URI[md5sum] = "c5577b09c9017cdd319a11ff6364268e"
15SRC_URI[sha256sum] = "553c4945b09b1c1b904c4780f34f72aaefa2fc8c6556715de0bc9d4e3d255ede" 16SRC_URI[sha256sum] = "553c4945b09b1c1b904c4780f34f72aaefa2fc8c6556715de0bc9d4e3d255ede"
17
18PACKAGECONFIG ?= ""
19PACKAGECONFIG[bind-httpstats] = "--with-libxml2,--without-libxml2,libxml2"