diff options
Diffstat (limited to 'classes/native.bbclass')
-rw-r--r-- | classes/native.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/native.bbclass b/classes/native.bbclass index 955a8ae646..f0a77d6e11 100644 --- a/classes/native.bbclass +++ b/classes/native.bbclass @@ -5,6 +5,7 @@ inherit base EXCLUDE_FROM_WORLD = "1" PACKAGES = "" +PACKAGE_ARCH = "native" TARGET_ARCH = "${BUILD_ARCH}" TARGET_OS = "${BUILD_OS}" |