blob: 8b28ede8a822d999eb7fad2f0105f423dffbd1c3 [file] [log] [blame]
Andrew Geissler95ac1b82021-03-31 14:34:31 -05001From f629d1c3fcfb560ed24efc3e73d4e4999b1eab33 Mon Sep 17 00:00:00 2001
Andrew Geissler4ed12e12020-06-05 18:00:41 -05002From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Fri, 10 May 2019 14:16:47 +0200
4Subject: [PATCH] Disable documentation directory altogether
5
6Even when WITH_DOC=False, the build requires po4a to generate manpages.
7
8Upstream-Status: Inappropriate [oe-core specific]
9Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
10
11---
12 CMakeLists.txt | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15diff --git a/CMakeLists.txt b/CMakeLists.txt
Andrew Geissler95ac1b82021-03-31 14:34:31 -050016index 9745c13..7cfc9ee 100644
Andrew Geissler4ed12e12020-06-05 18:00:41 -050017--- a/CMakeLists.txt
18+++ b/CMakeLists.txt
Andrew Geissler95ac1b82021-03-31 14:34:31 -050019@@ -239,7 +239,7 @@ add_subdirectory(apt-pkg)
20 add_subdirectory(apt-private)
Andrew Geissler4ed12e12020-06-05 18:00:41 -050021 add_subdirectory(cmdline)
22 add_subdirectory(completions)
23-add_subdirectory(doc)
24+#add_subdirectory(doc)
25 add_subdirectory(dselect)
26 add_subdirectory(ftparchive)
27 add_subdirectory(methods)