summaryrefslogtreecommitdiffstats
path: root/recipes-containers/criu/files/0002-criu-Skip-documentation-install.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/criu/files/0002-criu-Skip-documentation-install.patch')
-rw-r--r--recipes-containers/criu/files/0002-criu-Skip-documentation-install.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/recipes-containers/criu/files/0002-criu-Skip-documentation-install.patch b/recipes-containers/criu/files/0002-criu-Skip-documentation-install.patch
new file mode 100644
index 00000000..eaf81603
--- /dev/null
+++ b/recipes-containers/criu/files/0002-criu-Skip-documentation-install.patch
@@ -0,0 +1,29 @@
1From e9c2a94b9eb37ad24672b10caa398bd18282b962 Mon Sep 17 00:00:00 2001
2From: Yang Shi <yang.shi@windriver.com>
3Date: Tue, 26 Aug 2014 14:44:51 -0700
4Subject: [PATCH 2/2] criu: Skip documentation install
5
6asciidoc is needed to generate CRIU documentation, so skip it in install.
7
8Signed-off-by: Yang Shi <yang.shi@windriver.com>
9Signed-off-by: Nam Ninh <nam.ninh@windriver.com>
10---
11 Makefile | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14diff --git a/Makefile b/Makefile
15index 43252ec..e25edcc 100644
16--- a/Makefile
17+++ b/Makefile
18@@ -265,7 +265,7 @@ install: $(PROGRAM) install-man
19 $(Q) install -m 644 scripts/logrotate.d/criu-service $(DESTDIR)$(LOGROTATEDIR)
20
21 install-man:
22- $(Q) $(MAKE) -C Documentation install
23+# $(Q) $(MAKE) -C Documentation install
24
25 .PHONY: install install-man
26
27--
282.0.2
29