summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/allarch.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/allarch.bbclass b/meta/classes/allarch.bbclass
index b7c37c3dd1..26fca70635 100644
--- a/meta/classes/allarch.bbclass
+++ b/meta/classes/allarch.bbclass
@@ -9,7 +9,7 @@ INHIBIT_DEFAULT_DEPS = "1"
9 9
10# Set these to a common set of values, we shouldn't be using them other that for WORKDIR directory 10# Set these to a common set of values, we shouldn't be using them other that for WORKDIR directory
11# naming anyway 11# naming anyway
12TARGET_ARCH = "all" 12TARGET_ARCH = "allarch"
13TARGET_OS = "linux" 13TARGET_OS = "linux"
14TARGET_CC_ARCH = "none" 14TARGET_CC_ARCH = "none"
15PACKAGE_EXTRA_ARCHS = "" 15PACKAGE_EXTRA_ARCHS = ""