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.patch14
1 files changed, 6 insertions, 8 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 ba414d96..af45db73 100644
--- a/recipes-containers/criu/files/0002-criu-Skip-documentation-install.patch
+++ b/recipes-containers/criu/files/0002-criu-Skip-documentation-install.patch
@@ -1,21 +1,22 @@
1From 07d9b3d0c372e45127dd51781d9564e8bee90dbe Mon Sep 17 00:00:00 2001 1From 45d74ae8a314c481398ba91a3697ffbd074cd98b Mon Sep 17 00:00:00 2001
2From: Jianchuan Wang <jianchuan.wang@windriver.com> 2From: Jianchuan Wang <jianchuan.wang@windriver.com>
3Date: Tue, 16 Aug 2016 09:42:24 +0800 3Date: Tue, 16 Aug 2016 09:42:24 +0800
4Subject: [PATCH 2/2] criu: Skip documentation install 4Subject: [PATCH] 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: Jianchuan Wang <jianchuan.wang@windriver.com> 8Signed-off-by: Jianchuan Wang <jianchuan.wang@windriver.com>
9
9--- 10---
10 Makefile.install | 2 +- 11 Makefile.install | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-) 12 1 file changed, 1 insertion(+), 1 deletion(-)
12 13
13diff --git a/Makefile.install b/Makefile.install 14diff --git a/Makefile.install b/Makefile.install
14index a30dc96..33143fb 100644 15index 3987bcc..1def3cf 100644
15--- a/Makefile.install 16--- a/Makefile.install
16+++ b/Makefile.install 17+++ b/Makefile.install
17@@ -22,7 +22,7 @@ install-tree: 18@@ -29,7 +29,7 @@ export PREFIX BINDIR SBINDIR MANDIR RUNDIR
18 .PHONY: install-tree 19 export LIBDIR INCLUDEDIR LIBEXECDIR
19 20
20 install-man: 21 install-man:
21- $(Q) $(MAKE) -C Documentation install 22- $(Q) $(MAKE) -C Documentation install
@@ -23,6 +24,3 @@ index a30dc96..33143fb 100644
23 .PHONY: install-man 24 .PHONY: install-man
24 25
25 install-lib: lib 26 install-lib: lib
26--
272.7.4
28