mirror of
https://git.yoctoproject.org/poky
synced 2026-02-25 19:09:41 +01:00
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>
18 lines
502 B
Diff
18 lines
502 B
Diff
Upstream-Status: Pending
|
|
|
|
Signed-off-by Saul Wold <sgw@linux.intel.com>
|
|
|
|
Index: bind-9.9.5/bin/Makefile.in
|
|
===================================================================
|
|
--- bind-9.9.5.orig/bin/Makefile.in
|
|
+++ bind-9.9.5/bin/Makefile.in
|
|
@@ -19,7 +19,7 @@ srcdir = @srcdir@
|
|
VPATH = @srcdir@
|
|
top_srcdir = @top_srcdir@
|
|
|
|
-SUBDIRS = named rndc dig delv dnssec tools tests nsupdate \
|
|
+SUBDIRS = named rndc dig delv dnssec tools nsupdate \
|
|
check confgen @PYTHON_TOOLS@ @PKCS11_TOOLS@
|
|
TARGETS =
|
|
|