[oe-commits] Richard Purdie : cross-canadian: Set STAGING_DIR_HOST correctly

git at git.openembedded.org git at git.openembedded.org
Sun Feb 26 10:59:09 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 8c6966cb8e353dc28819419ea7e395fb0d5f2536
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=8c6966cb8e353dc28819419ea7e395fb0d5f2536

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Sat Feb 25 15:53:08 2012 +0000

cross-canadian: Set STAGING_DIR_HOST correctly

As reported by Martin Jansa, the path to nativesdk sysroot was changing between
nativesdk and cross-canadian recipes. The problem was the incorrect deinfition of
STAGING_DIR_HOST in cross-canadian.bbclass.

Since nothing really uses the cross-canadian output in the sysroot, only the
packages, its not surprising this bug has gone un-noticed.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/classes/cross-canadian.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/classes/cross-canadian.bbclass b/meta/classes/cross-canadian.bbclass
index 499a1fb..e187b88 100644
--- a/meta/classes/cross-canadian.bbclass
+++ b/meta/classes/cross-canadian.bbclass
@@ -26,7 +26,7 @@ MULTIMACH_TARGET_SYS = "${PACKAGE_ARCH}${HOST_VENDOR}-${HOST_OS}"
 
 INHIBIT_DEFAULT_DEPS = "1"
 
-STAGING_DIR_HOST = "${STAGING_DIR}/${HOST_SYS}-nativesdk"
+STAGING_DIR_HOST = "${STAGING_DIR}/${HOST_ARCH}-nativesdk${HOST_VENDOR}-${HOST_OS}"
 
 TOOLCHAIN_OPTIONS = " --sysroot=${STAGING_DIR}/${HOST_ARCH}-nativesdk${HOST_VENDOR}-${HOST_OS}"
 





More information about the Openembedded-commits mailing list