diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-01-08 00:29:11 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-08 00:29:11 +0000 |
commit | 7091dd78f0cc114fe3e748276363f09c2dfe820f (patch) | |
tree | 84096862d59942162a2271dd191fc815fb34cf8b /classes/native.bbclass | |
parent | 01a76ec4e5aaeba0834437a5b4268008a0826fc3 (diff) |
Set some packages/classes PACKAGE_ARCH correctly and also correct some PACKAGE_ARCH= to .
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}" |