From 4b3a2b703b20583bd107f00a297d972e9bfb514a Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Wed, 21 Jan 2015 22:45:28 -0600 Subject: arch-mips.inc: Change definition of TRANSLATED_TARGET_ARCH [YOCTO #7230] In certain system configurations TRANSLATED_TARGET_ARCH will not expand in the right order for gcc-cross-candian-mips64n32 to be generated properly. This will cause SDKs to fail to generate properly. Changing the global definition of TRANSLATED_TARGET_ARCH always expands the ABIEXTENSION, which causes the OVERRIDES to pick it up as well. This effectively defines a new class of overrides for the 'n32'. The side effect is that we need to duplicate some mips64 overrides, and redefine others that were previously 'n32' or 'mips64' exclusive to have the correct semantics. Signed-off-by: Mark Hatle --- meta/recipes-qt/packagegroups/packagegroup-core-qt.bb | 2 +- meta/recipes-qt/packagegroups/packagegroup-core-qt4e.bb | 2 +- meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'meta/recipes-qt/packagegroups') diff --git a/meta/recipes-qt/packagegroups/packagegroup-core-qt.bb b/meta/recipes-qt/packagegroups/packagegroup-core-qt.bb index d28e032293..5f6916a430 100644 --- a/meta/recipes-qt/packagegroups/packagegroup-core-qt.bb +++ b/meta/recipes-qt/packagegroups/packagegroup-core-qt.bb @@ -7,7 +7,7 @@ LICENSE = "MIT" PR = "r4" # Qt4 could NOT be built on MIPS64 with 64 bits userspace -COMPATIBLE_HOST_mips64 = "mips64.*-linux-gnun32" +COMPATIBLE_HOST_mips64 = "null" inherit packagegroup diff --git a/meta/recipes-qt/packagegroups/packagegroup-core-qt4e.bb b/meta/recipes-qt/packagegroups/packagegroup-core-qt4e.bb index d7a457cff9..d4f0fd1d8c 100644 --- a/meta/recipes-qt/packagegroups/packagegroup-core-qt4e.bb +++ b/meta/recipes-qt/packagegroups/packagegroup-core-qt4e.bb @@ -3,7 +3,7 @@ PR = "r2" LICENSE = "MIT" # Qt4 could NOT be built on MIPS64 with 64 bits userspace -COMPATIBLE_HOST_mips64 = "mips64.*-linux-gnun32" +COMPATIBLE_HOST_mips64 = "null" inherit packagegroup diff --git a/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc b/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc index fc1ccba9a7..02a032658d 100644 --- a/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc +++ b/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc @@ -1,7 +1,7 @@ LICENSE = "MIT" # Qt4 could NOT be built on MIPS64 with 64 bits userspace -COMPATIBLE_HOST_mips64 = "mips64.*-linux-gnun32" +COMPATIBLE_HOST_mips64 = "null" inherit packagegroup -- cgit 1.2.3-korg