1From 99fc6fe9b66becac3c94068129e84217330a71a6 Mon Sep 17 00:00:00 2001 2From: Khem Raj <raj.khem@gmail.com> 3Date: Thu, 13 Jan 2022 18:26:02 -0800 4Subject: [PATCH] docs: Disable manual validation 5 6validating manual and manpages, this task involves calling xmllint which 7accesses network and --nonet option also does not disable this, 8therefore disable it. 9 10Fixes 11| error : Resource temporarily unavailable 12| ../callgrind/docs/cl-manual.xml:4: warning: failed to load external entity "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" 13| <!ENTITY % vg-entities SYSTEM "../../docs/xml/vg-entities.xml"> %vg-entities; ] 14 15Upstream-Status: Inappropriate [OE-Specific] 16Signed-off-by: Khem Raj <raj.khem@gmail.com> 17--- 18 docs/Makefile.am | 2 +- 19 1 file changed, 1 insertion(+), 1 deletion(-) 20 21diff --git a/docs/Makefile.am b/docs/Makefile.am 22index d4250e8..c500306 100644 23--- a/docs/Makefile.am 24+++ b/docs/Makefile.am 25@@ -192,7 +192,7 @@ valid-manpages: $(MANPAGES_XML_FILES) 26 touch $@; \ 27 fi 28 29-check-local: valid-manual valid-manpages 30+check-local: 31 32 # The text version of the FAQ. 33 FAQ.txt: 34-- 352.34.1 36 37