diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-20 15:56:35 +0000 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-20 15:56:35 +0000 |
| commit | d6c7a44b94aa0f871d3ad1a2097a4a8d773eabf5 (patch) | |
| tree | 18a5c5b7968ca5dd02a87b606be4b21c2048b7fd /meta/classes/cross-canadian.bbclass | |
| parent | 3139368254ca8060d1b42d8405f9554c8d87fd5d (diff) | |
| download | poky-d6c7a44b94aa0f871d3ad1a2097a4a8d773eabf5.tar.gz | |
gcc-cross-canadian: Fix include paths and hence c++ compiler issues
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/classes/cross-canadian.bbclass')
| -rw-r--r-- | meta/classes/cross-canadian.bbclass | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/classes/cross-canadian.bbclass b/meta/classes/cross-canadian.bbclass index 1cbc1fb9b6..b7b449f478 100644 --- a/meta/classes/cross-canadian.bbclass +++ b/meta/classes/cross-canadian.bbclass | |||
| @@ -34,6 +34,14 @@ LDFLAGS = "${BUILDSDK_LDFLAGS}" | |||
| 34 | 34 | ||
| 35 | DEPENDS_GETTEXT = "gettext-native gettext-nativesdk" | 35 | DEPENDS_GETTEXT = "gettext-native gettext-nativesdk" |
| 36 | 36 | ||
| 37 | # Path mangling needed by the cross packaging | ||
| 38 | # Note that we use := here to ensure that libdir and includedir are | ||
| 39 | # target paths, not CROSS_DIR paths. | ||
| 40 | target_libdir := "${libdir}" | ||
| 41 | target_includedir := "${includedir}" | ||
| 42 | target_base_libdir := "${base_libdir}" | ||
| 43 | target_prefix := "${prefix}" | ||
| 44 | |||
| 37 | # Change to place files in SDKPATH | 45 | # Change to place files in SDKPATH |
| 38 | prefix = "${SDKPATH}" | 46 | prefix = "${SDKPATH}" |
| 39 | exec_prefix = "${SDKPATH}" | 47 | exec_prefix = "${SDKPATH}" |
