mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-05 05:15:25 +02:00

While the insane.bbclass upstream-status check hasn't been made default, users of meta-virtualization may have it enabled in their distros .. so the effect is the same. We must have this tracking tag in out patches. This is a bulk update to add the tag and silence the QA message. As packages get updated, the normal/routine process of checking the patches will continue, and the status fields may (or may not) get more useful. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
31 lines
868 B
Diff
31 lines
868 B
Diff
From 485e957a4c3289d105dd6203af31c0e4e1438ac6 Mon Sep 17 00:00:00 2001
|
|
From: Jianchuan Wang <jianchuan.wang@windriver.com>
|
|
Date: Tue, 16 Aug 2016 09:42:24 +0800
|
|
Subject: [PATCH 1/3] criu: Skip documentation install
|
|
|
|
asciidoc is needed to generate CRIU documentation, so skip it in install.
|
|
|
|
Upstream-Status: Inappropriate [embedded specific]
|
|
|
|
Signed-off-by: Jianchuan Wang <jianchuan.wang@windriver.com>
|
|
---
|
|
Makefile.install | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/Makefile.install b/Makefile.install
|
|
index aafb95469..1b02b70af 100644
|
|
--- a/Makefile.install
|
|
+++ b/Makefile.install
|
|
@@ -30,7 +30,7 @@ export PREFIX BINDIR SBINDIR MANDIR RUNDIR
|
|
export LIBDIR INCLUDEDIR LIBEXECDIR PLUGINDIR
|
|
|
|
install-man:
|
|
- $(Q) $(MAKE) -C Documentation install
|
|
+# $(Q) $(MAKE) -C Documentation install
|
|
.PHONY: install-man
|
|
|
|
install-lib: lib
|
|
--
|
|
2.25.1
|
|
|