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>
16 lines
369 B
Diff
16 lines
369 B
Diff
Upstream-Status: Inappropriate [embedded specific]
|
|
|
|
diff --git a/Makefile b/Makefile
|
|
index 516cb38..7f6acaa 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -22,7 +22,7 @@ LD=$(CROSS_PREFIX)ld
|
|
OBJCOPY=$(CROSS_PREFIX)objcopy
|
|
OBJDUMP=$(CROSS_PREFIX)objdump
|
|
STRIP=$(CROSS_PREFIX)strip
|
|
-PYTHON=python
|
|
+PYTHON=python3
|
|
CPP=$(CROSS_PREFIX)cpp
|
|
IASL:=iasl
|
|
LD32BIT_FLAG:=-melf_i386
|