mirror of
https://git.yoctoproject.org/poky
synced 2026-05-20 20:27:53 +02:00
Enforce the correct tag names across all of oe-core for consistency. (From OE-Core rev: 606a43dc38a00cc243f933722db657aea4129f8e) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
18 lines
503 B
Diff
18 lines
503 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 =
|
|
|