summaryrefslogtreecommitdiffstats
path: root/recipes-extended/dev86
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2023-01-27 10:05:04 -0500
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-01-27 10:32:06 -0500
commit211918936180a0b2a5af770bd5c52025d34221db (patch)
treec287191137cdb79fc17139e81472db3cede9d631 /recipes-extended/dev86
parent37a5ce007823cfc98a9906f2a50f484d8f28f584 (diff)
downloadmeta-virtualization-211918936180a0b2a5af770bd5c52025d34221db.tar.gz
treewide: bulk update patches with status field
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>
Diffstat (limited to 'recipes-extended/dev86')
-rw-r--r--recipes-extended/dev86/dev86/0001-cpp-Makefile-respect-LDFLAGS-when-building-bcc-cpp.patch2
-rw-r--r--recipes-extended/dev86/dev86/0001-cpp-fix-race-writing-token.h-files.patch3
2 files changed, 5 insertions, 0 deletions
diff --git a/recipes-extended/dev86/dev86/0001-cpp-Makefile-respect-LDFLAGS-when-building-bcc-cpp.patch b/recipes-extended/dev86/dev86/0001-cpp-Makefile-respect-LDFLAGS-when-building-bcc-cpp.patch
index fc7fdd59..85f3aef8 100644
--- a/recipes-extended/dev86/dev86/0001-cpp-Makefile-respect-LDFLAGS-when-building-bcc-cpp.patch
+++ b/recipes-extended/dev86/dev86/0001-cpp-Makefile-respect-LDFLAGS-when-building-bcc-cpp.patch
@@ -3,6 +3,8 @@ From: Martin Jansa <Martin.Jansa@gmail.com>
3Date: Fri, 14 May 2021 06:30:18 -0700 3Date: Fri, 14 May 2021 06:30:18 -0700
4Subject: [PATCH] cpp/Makefile: respect LDFLAGS when building bcc-cpp 4Subject: [PATCH] cpp/Makefile: respect LDFLAGS when building bcc-cpp
5 5
6Upstream-Status: Inappropriate [embedded specific]
7
6Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> 8Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
7--- 9---
8 cpp/Makefile | 2 +- 10 cpp/Makefile | 2 +-
diff --git a/recipes-extended/dev86/dev86/0001-cpp-fix-race-writing-token.h-files.patch b/recipes-extended/dev86/dev86/0001-cpp-fix-race-writing-token.h-files.patch
index d6e79999..e009e01a 100644
--- a/recipes-extended/dev86/dev86/0001-cpp-fix-race-writing-token.h-files.patch
+++ b/recipes-extended/dev86/dev86/0001-cpp-fix-race-writing-token.h-files.patch
@@ -17,6 +17,9 @@ these will execute at the same time and race.
17 mv: cannot stat 'tmp.h': No such file or directory 17 mv: cannot stat 'tmp.h': No such file or directory
18 18
19By using gperf --output-file, the race is avoided entirely. 19By using gperf --output-file, the race is avoided entirely.
20
21Upstream-Status: Inappropriate [embedded specific]
22
20--- 23---
21 cpp/Makefile | 6 ++---- 24 cpp/Makefile | 6 ++----
22 1 file changed, 2 insertions(+), 4 deletions(-) 25 1 file changed, 2 insertions(+), 4 deletions(-)