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, 14 insertions, 15 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
index eaf81603..ba414d96 100644
--- a/recipes-containers/criu/files/0002-criu-Skip-documentation-install.patch
+++ b/recipes-containers/criu/files/0002-criu-Skip-documentation-install.patch
@@ -1,29 +1,28 @@
1From e9c2a94b9eb37ad24672b10caa398bd18282b962 Mon Sep 17 00:00:00 2001 1From 07d9b3d0c372e45127dd51781d9564e8bee90dbe Mon Sep 17 00:00:00 2001
2From: Yang Shi <yang.shi@windriver.com> 2From: Jianchuan Wang <jianchuan.wang@windriver.com>
3Date: Tue, 26 Aug 2014 14:44:51 -0700 3Date: Tue, 16 Aug 2016 09:42:24 +0800
4Subject: [PATCH 2/2] criu: Skip documentation install 4Subject: [PATCH 2/2] criu: Skip documentation install
5 5
6asciidoc is needed to generate CRIU documentation, so skip it in install. 6asciidoc is needed to generate CRIU documentation, so skip it in install.
7 7
8Signed-off-by: Yang Shi <yang.shi@windriver.com> 8Signed-off-by: Jianchuan Wang <jianchuan.wang@windriver.com>
9Signed-off-by: Nam Ninh <nam.ninh@windriver.com>
10--- 9---
11 Makefile | 2 +- 10 Makefile.install | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-) 11 1 file changed, 1 insertion(+), 1 deletion(-)
13 12
14diff --git a/Makefile b/Makefile 13diff --git a/Makefile.install b/Makefile.install
15index 43252ec..e25edcc 100644 14index a30dc96..33143fb 100644
16--- a/Makefile 15--- a/Makefile.install
17+++ b/Makefile 16+++ b/Makefile.install
18@@ -265,7 +265,7 @@ install: $(PROGRAM) install-man 17@@ -22,7 +22,7 @@ install-tree:
19 $(Q) install -m 644 scripts/logrotate.d/criu-service $(DESTDIR)$(LOGROTATEDIR) 18 .PHONY: install-tree
20 19
21 install-man: 20 install-man:
22- $(Q) $(MAKE) -C Documentation install 21- $(Q) $(MAKE) -C Documentation install
23+# $(Q) $(MAKE) -C Documentation install 22+# $(Q) $(MAKE) -C Documentation install
23 .PHONY: install-man
24 24
25 .PHONY: install install-man 25 install-lib: lib
26
27-- 26--
282.0.2 272.7.4
29 28