diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-24 23:07:07 +0100 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-24 23:07:07 +0100 |
| commit | 2e5df820ce93abfd98c9dbbb40246ceb5f9b12bf (patch) | |
| tree | d18eb7c768539cef7d73f8e638482f396613dccc | |
| parent | 53b11611e1e06dddb28455c6bc8dfb86f19345ff (diff) | |
| download | poky-2e5df820ce93abfd98c9dbbb40246ceb5f9b12bf.tar.gz | |
nativesdk.bbckass: Fix toolchain path
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
| -rw-r--r-- | meta/classes/nativesdk.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/nativesdk.bbclass b/meta/classes/nativesdk.bbclass index 892bae5ecf..154bd827b6 100644 --- a/meta/classes/nativesdk.bbclass +++ b/meta/classes/nativesdk.bbclass | |||
| @@ -2,6 +2,8 @@ | |||
| 2 | # or indirectly via dependency. No need to be in 'world'. | 2 | # or indirectly via dependency. No need to be in 'world'. |
| 3 | EXCLUDE_FROM_WORLD = "1" | 3 | EXCLUDE_FROM_WORLD = "1" |
| 4 | 4 | ||
| 5 | STAGING_BINDIR_TOOLCHAIN = "${STAGING_DIR_NATIVE}${bindir_native}/${SDK_ARCH}${SDK_VENDOR}-${SDK_OS}" | ||
| 6 | |||
| 5 | # | 7 | # |
| 6 | # Update BASE_PACKAGE_ARCH and PACKAGE_ARCHS | 8 | # Update BASE_PACKAGE_ARCH and PACKAGE_ARCHS |
| 7 | # | 9 | # |
