From d6c7a44b94aa0f871d3ad1a2097a4a8d773eabf5 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 20 Jan 2010 15:56:35 +0000 Subject: gcc-cross-canadian: Fix include paths and hence c++ compiler issues Signed-off-by: Richard Purdie --- meta/classes/cross-canadian.bbclass | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'meta/classes/cross-canadian.bbclass') 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}" DEPENDS_GETTEXT = "gettext-native gettext-nativesdk" +# Path mangling needed by the cross packaging +# Note that we use := here to ensure that libdir and includedir are +# target paths, not CROSS_DIR paths. +target_libdir := "${libdir}" +target_includedir := "${includedir}" +target_base_libdir := "${base_libdir}" +target_prefix := "${prefix}" + # Change to place files in SDKPATH prefix = "${SDKPATH}" exec_prefix = "${SDKPATH}" -- cgit 1.2.3-korg