summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rpm/files/0001-docs-do-not-build-manpages-requires-pandoc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/rpm/files/0001-docs-do-not-build-manpages-requires-pandoc.patch')
-rw-r--r--meta/recipes-devtools/rpm/files/0001-docs-do-not-build-manpages-requires-pandoc.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-devtools/rpm/files/0001-docs-do-not-build-manpages-requires-pandoc.patch b/meta/recipes-devtools/rpm/files/0001-docs-do-not-build-manpages-requires-pandoc.patch
new file mode 100644
index 0000000000..ced52d1007
--- /dev/null
+++ b/meta/recipes-devtools/rpm/files/0001-docs-do-not-build-manpages-requires-pandoc.patch
@@ -0,0 +1,26 @@
1From 9bf1693092385eba9841614613313010221ca01f Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Tue, 29 Jun 2021 20:11:26 +0200
4Subject: [PATCH] docs: do not build manpages (requires pandoc)
5
6Upstream-Status: Inappropriate [oe-core specific]
7Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
8---
9 docs/Makefile.am | 2 --
10 1 file changed, 2 deletions(-)
11
12diff --git a/docs/Makefile.am b/docs/Makefile.am
13index 5a6bd203a..6257767fd 100644
14--- a/docs/Makefile.am
15+++ b/docs/Makefile.am
16@@ -1,7 +1,5 @@
17 ## Process this file with automake to produce Makefile.in
18
19-SUBDIRS = man
20-
21 EXTRA_DIST =
22
23 EXTRA_DIST += \
24--
252.32.0
26