diff options
-rw-r--r-- | meta/classes/allarch.bbclass | 2 |
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 |
12 | TARGET_ARCH = "all" | 12 | TARGET_ARCH = "allarch" |
13 | TARGET_OS = "linux" | 13 | TARGET_OS = "linux" |
14 | TARGET_CC_ARCH = "none" | 14 | TARGET_CC_ARCH = "none" |
15 | PACKAGE_EXTRA_ARCHS = "" | 15 | PACKAGE_EXTRA_ARCHS = "" |