summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/bind/bind/dont-test-on-host.patch
diff options
context:
space:
mode:
authorRoy Li <rongqing.li@windriver.com>2015-05-04 16:43:39 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-05-09 22:26:42 +0100
commit05956671a250e7664593e136d1d60cc2df36e245 (patch)
tree6f8862d781328447029afb139514de0f2c49aba3 /meta/recipes-connectivity/bind/bind/dont-test-on-host.patch
parent29c7111362add0b4c457d11eecdb9c1928806e51 (diff)
downloadpoky-05956671a250e7664593e136d1d60cc2df36e245.tar.gz
bind: upgrade to 9.10.2
1. Remove two unneeded CVE patches, 9.10.2 fixed the CVE-2015-1349 also 2. Remove bind-subdirs-run-serially.patch and cross-build-fix.patch, similar fixes are merged into 9.10.2 3. update the dont-test-on-host.patch 4. update the Copyright file checksum, since the date in it has been changed. 5. replace the hardcode lib dir with $base_libdir in bind-add-crosscripts*.patch (From OE-Core rev: 41d53f0139a9cb29679dbcaaab8311a1364c65f4) Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/bind/bind/dont-test-on-host.patch')
-rw-r--r--meta/recipes-connectivity/bind/bind/dont-test-on-host.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/bind/bind/dont-test-on-host.patch b/meta/recipes-connectivity/bind/bind/dont-test-on-host.patch
index 288e58bb60..6989d6d4b0 100644
--- a/meta/recipes-connectivity/bind/bind/dont-test-on-host.patch
+++ b/meta/recipes-connectivity/bind/bind/dont-test-on-host.patch
@@ -10,8 +10,8 @@ Index: bind-9.9.5/bin/Makefile.in
10 VPATH = @srcdir@ 10 VPATH = @srcdir@
11 top_srcdir = @top_srcdir@ 11 top_srcdir = @top_srcdir@
12 12
13-SUBDIRS = named rndc dig dnssec tools tests nsupdate \ 13-SUBDIRS = named rndc dig delv dnssec tools tests nsupdate \
14+SUBDIRS = named rndc dig dnssec tools nsupdate \ 14+SUBDIRS = named rndc dig delv dnssec tools nsupdate \
15 check confgen @PYTHON_TOOLS@ @PKCS11_TOOLS@ 15 check confgen @PYTHON_TOOLS@ @PKCS11_TOOLS@
16 TARGETS = 16 TARGETS =
17 17