summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/base-passwd/base-passwd/0007-Disable-generation-of-the-documentation.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/base-passwd/base-passwd/0007-Disable-generation-of-the-documentation.patch')
-rw-r--r--meta/recipes-core/base-passwd/base-passwd/0007-Disable-generation-of-the-documentation.patch32
1 files changed, 32 insertions, 0 deletions
diff --git a/meta/recipes-core/base-passwd/base-passwd/0007-Disable-generation-of-the-documentation.patch b/meta/recipes-core/base-passwd/base-passwd/0007-Disable-generation-of-the-documentation.patch
new file mode 100644
index 0000000000..4a19f91c35
--- /dev/null
+++ b/meta/recipes-core/base-passwd/base-passwd/0007-Disable-generation-of-the-documentation.patch
@@ -0,0 +1,32 @@
1From 7ccf8227cb10d78f1958a7a7feed75a390a6b133 Mon Sep 17 00:00:00 2001
2From: Saul Wold <sgw@linux.intel.com>
3Date: Fri, 29 Apr 2022 13:32:28 +0000
4Subject: [PATCH] Disable generation of the documentation
5
6It uses tools currently not supported by OE-Core. It uses sgmltools
7and po4a.
8
9Upstream-Status: Inappropriate [OE-Core specific]
10Signed-off-by: Saul Wold <sgw@linux.intel.com>
11---
12 Makefile.in | 3 ---
13 1 file changed, 3 deletions(-)
14
15diff --git a/Makefile.in b/Makefile.in
16index 9ba097c..d3ea47c 100644
17--- a/Makefile.in
18+++ b/Makefile.in
19@@ -25,13 +25,10 @@ gen_configure = config.cache config.status config.log \
20 confdefhs.h config.h Makefile
21
22 all: update-passwd
23- $(MAKE) -C doc all
24- $(MAKE) -C man all
25
26 install: all
27 mkdir -p $(DESTDIR)$(sbindir)
28 $(INSTALL) update-passwd $(DESTDIR)$(sbindir)/
29- $(MAKE) -C man install
30
31 update-passwd.o: version.h
32