mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-05 13:25:22 +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>
27 lines
882 B
Diff
27 lines
882 B
Diff
From f675d7209f999ce80cb4249c4ebb216697387b71 Mon Sep 17 00:00:00 2001
|
|
From: Amy Fong <amy.fong@windriver.com>
|
|
Date: Thu, 29 Jan 2015 09:56:03 -0500
|
|
Subject: [PATCH] Disable m4 file test where sources are built from git.
|
|
|
|
Upstream-Status: Inappropriate [embedded specific]
|
|
|
|
Signed-off-by: Amy Fong <amy.fong@windriver.com>
|
|
|
|
---
|
|
Makefile.am | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
Index: git/Makefile.am
|
|
===================================================================
|
|
--- git.orig/Makefile.am
|
|
+++ git/Makefile.am
|
|
@@ -194,7 +194,7 @@
|
|
|
|
# If we're checked out from a Git repository, make sure that every
|
|
# file that is in Git is distributed.
|
|
-ALL_LOCAL += dist-hook-git
|
|
+# ALL_LOCAL += dist-hook-git
|
|
dist-hook-git: distfiles
|
|
@if test -e $(srcdir)/.git && (git --version) >/dev/null 2>&1; then \
|
|
(cd $(srcdir) && git ls-files) | grep -v '\.gitignore$$' | \
|