diff options
| author | Jianchuan Wang <jianchuan.wang@windriver.com> | 2016-09-08 01:36:00 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-09-12 10:03:05 -0400 |
| commit | b9b7ece0cd52966467035fb71ad9ba472bf24b88 (patch) | |
| tree | 1c7f62718927b9c2873edf99d4d848c7c2198ea0 /recipes-containers/criu/files/0002-criu-Skip-documentation-install.patch | |
| parent | c415f9786025622ff253ac21f24eef4755118e82 (diff) | |
| download | meta-virtualization-b9b7ece0cd52966467035fb71ad9ba472bf24b88.tar.gz | |
criu: uprev to 2.5
Signed-off-by: Jianchuan Wang <jianchuan.wang@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
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.patch | 29 |
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 @@ | |||
| 1 | From e9c2a94b9eb37ad24672b10caa398bd18282b962 Mon Sep 17 00:00:00 2001 | 1 | From 07d9b3d0c372e45127dd51781d9564e8bee90dbe Mon Sep 17 00:00:00 2001 |
| 2 | From: Yang Shi <yang.shi@windriver.com> | 2 | From: Jianchuan Wang <jianchuan.wang@windriver.com> |
| 3 | Date: Tue, 26 Aug 2014 14:44:51 -0700 | 3 | Date: Tue, 16 Aug 2016 09:42:24 +0800 |
| 4 | Subject: [PATCH 2/2] criu: Skip documentation install | 4 | Subject: [PATCH 2/2] criu: Skip documentation install |
| 5 | 5 | ||
| 6 | asciidoc is needed to generate CRIU documentation, so skip it in install. | 6 | asciidoc is needed to generate CRIU documentation, so skip it in install. |
| 7 | 7 | ||
| 8 | Signed-off-by: Yang Shi <yang.shi@windriver.com> | 8 | Signed-off-by: Jianchuan Wang <jianchuan.wang@windriver.com> |
| 9 | Signed-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 | ||
| 14 | diff --git a/Makefile b/Makefile | 13 | diff --git a/Makefile.install b/Makefile.install |
| 15 | index 43252ec..e25edcc 100644 | 14 | index 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 | -- |
| 28 | 2.0.2 | 27 | 2.7.4 |
| 29 | 28 | ||
