diff options
| author | Changqing Li <changqing.li@windriver.com> | 2022-05-30 15:14:26 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-06-07 10:03:30 -0400 |
| commit | e8519630701606ad8968c48597c2f79df11b2591 (patch) | |
| tree | 8f1de5a9cf6ac87c5c8172d052a7b1d45f01313c /recipes-containers/criu/files/0001-criu-Skip-documentation-install.patch | |
| parent | 2e787b9d75c6fd8efb964b24c6849c3f2dbbd3b6 (diff) | |
| download | meta-virtualization-e8519630701606ad8968c48597c2f79df11b2591.tar.gz | |
criu: fix patch fuzz and remove unused patch
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/criu/files/0001-criu-Skip-documentation-install.patch')
| -rw-r--r-- | recipes-containers/criu/files/0001-criu-Skip-documentation-install.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/recipes-containers/criu/files/0001-criu-Skip-documentation-install.patch b/recipes-containers/criu/files/0001-criu-Skip-documentation-install.patch new file mode 100644 index 00000000..43e27044 --- /dev/null +++ b/recipes-containers/criu/files/0001-criu-Skip-documentation-install.patch | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | From 485e957a4c3289d105dd6203af31c0e4e1438ac6 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Jianchuan Wang <jianchuan.wang@windriver.com> | ||
| 3 | Date: Tue, 16 Aug 2016 09:42:24 +0800 | ||
| 4 | Subject: [PATCH 1/3] criu: Skip documentation install | ||
| 5 | |||
| 6 | asciidoc is needed to generate CRIU documentation, so skip it in install. | ||
| 7 | |||
| 8 | Signed-off-by: Jianchuan Wang <jianchuan.wang@windriver.com> | ||
| 9 | --- | ||
| 10 | Makefile.install | 2 +- | ||
| 11 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 12 | |||
| 13 | diff --git a/Makefile.install b/Makefile.install | ||
| 14 | index aafb95469..1b02b70af 100644 | ||
| 15 | --- a/Makefile.install | ||
| 16 | +++ b/Makefile.install | ||
| 17 | @@ -30,7 +30,7 @@ export PREFIX BINDIR SBINDIR MANDIR RUNDIR | ||
| 18 | export LIBDIR INCLUDEDIR LIBEXECDIR PLUGINDIR | ||
| 19 | |||
| 20 | install-man: | ||
| 21 | - $(Q) $(MAKE) -C Documentation install | ||
| 22 | +# $(Q) $(MAKE) -C Documentation install | ||
| 23 | .PHONY: install-man | ||
| 24 | |||
| 25 | install-lib: lib | ||
| 26 | -- | ||
| 27 | 2.25.1 | ||
| 28 | |||
