- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
17 lines
609 B
Diff
17 lines
609 B
Diff
configure.ac: never generate the docs even if a2x is found as xmllint will fail finding custom dtd files
|
|
|
|
Upstream-Status: Inappropriate [embedded specific]
|
|
|
|
Signed-off-by: Derek Straka <derek@asterius.io>
|
|
--- git/configure.ac.orig 2016-08-15 09:53:46.787003658 -0400
|
|
+++ git/configure.ac 2016-08-15 09:53:51.698972432 -0400
|
|
@@ -37,7 +37,7 @@
|
|
])
|
|
|
|
AC_CHECK_PROG([ASCIIDOC], [a2x], [a2x])
|
|
-AM_CONDITIONAL([HAVE_DOCTOOLS], [test "x$ASCIIDOC" != "x"])
|
|
+AM_CONDITIONAL([HAVE_DOCTOOLS], [false])
|
|
AS_IF([test "x$ASCIIDOC" = "x"],
|
|
[AC_MSG_WARN([asciidoc not installed, man pages will not be created])])
|
|
|