diff options
Diffstat (limited to 'meta/classes/allarch.bbclass')
-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" # Set these to a common set of values, we shouldn't be using them other that for WORKDIR directory # naming anyway -TARGET_ARCH = "all" +TARGET_ARCH = "allarch" TARGET_OS = "linux" TARGET_CC_ARCH = "none" PACKAGE_EXTRA_ARCHS = "" |