summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/efivar/efivar/0001-docs-do-not-build-efisecdb-manpage.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-bsp/efivar/efivar/0001-docs-do-not-build-efisecdb-manpage.patch')
-rw-r--r--meta/recipes-bsp/efivar/efivar/0001-docs-do-not-build-efisecdb-manpage.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-bsp/efivar/efivar/0001-docs-do-not-build-efisecdb-manpage.patch b/meta/recipes-bsp/efivar/efivar/0001-docs-do-not-build-efisecdb-manpage.patch
new file mode 100644
index 0000000000..cb30d3c430
--- /dev/null
+++ b/meta/recipes-bsp/efivar/efivar/0001-docs-do-not-build-efisecdb-manpage.patch
@@ -0,0 +1,26 @@
1From f39a1481a9e465387901d52b07ae56dedcc3838b Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex@linutronix.de>
3Date: Sun, 16 Jan 2022 18:25:33 +0100
4Subject: [PATCH] docs: do not build efisecdb manpage
5
6It requires mandoc, which oe-core does not have.
7
8Upstream-Status: Inappropriate [oe-core specific]
9Signed-off-by: Alexander Kanavin <alex@linutronix.de>
10---
11 docs/Makefile | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14diff --git a/docs/Makefile b/docs/Makefile
15index c9bf585..91a6078 100644
16--- a/docs/Makefile
17+++ b/docs/Makefile
18@@ -5,7 +5,7 @@ include $(TOPDIR)/src/include/version.mk
19 include $(TOPDIR)/src/include/rules.mk
20 include $(TOPDIR)/src/include/defaults.mk
21
22-MAN1TARGETS = efisecdb.1 \
23+MAN1TARGETS = \
24 efivar.1
25
26 MAN3TARGETS = efi_append_variable.3 \