[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openembedded-commits
Subject:    [oe-commits] Kai Kang : Disable build qt related packagegroups on mips64 with 64 bits userspace
From:       git () git ! openembedded ! org (git at git ! openembedded ! org)
Date:       2013-06-28 15:24:36
Message-ID: 20130628152436.1C803504AA () opal
[Download RAW message or body]

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


Author: Kai Kang <kai.kang at windriver.com>
Date:   Fri Jun 28 15:48:47 2013 +0800

Disable build qt related packagegroups on mips64 with 64 bits userspace

Because qt could not be built on mips64 with 64 bits userspace, set
COMPATIBLE_HOST for qt related packagegroups to disable them on mips64
with 64 bit userspace too.

Signed-off-by: Kai Kang <kai.kang at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../packagegroups/packagegroup-core-qt.bb          |    3 +++
 .../packagegroups/packagegroup-core-qt4e.bb        |    3 +++
 .../packagegroup-qt-toolchain-target.inc           |    3 +++
 3 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-qt/packagegroups/packagegroup-core-qt.bb \
b/meta/recipes-qt/packagegroups/packagegroup-core-qt.bb index 315df33..c993242 100644
--- a/meta/recipes-qt/packagegroups/packagegroup-core-qt.bb
+++ b/meta/recipes-qt/packagegroups/packagegroup-core-qt.bb
@@ -6,6 +6,9 @@ DESCRIPTION = "Qt package groups"
 LICENSE = "MIT"
 PR = "r4"
 
+# Qt4 could NOT be built on MIPS64 with 64 bits userspace
+COMPATIBLE_HOST_mips64 = "mips64.*-linux-gnun32"
+
 inherit packagegroup
 
 PACKAGES = "${PN}-demoapps"
diff --git a/meta/recipes-qt/packagegroups/packagegroup-core-qt4e.bb \
b/meta/recipes-qt/packagegroups/packagegroup-core-qt4e.bb index 9263828..6ef844f \
                100644
--- a/meta/recipes-qt/packagegroups/packagegroup-core-qt4e.bb
+++ b/meta/recipes-qt/packagegroups/packagegroup-core-qt4e.bb
@@ -2,6 +2,9 @@ SUMMARY = "Qt for Embedded Linux (Qt without X11)"
 PR = "r2"
 LICENSE = "MIT"
 
+# Qt4 could NOT be built on MIPS64 with 64 bits userspace
+COMPATIBLE_HOST_mips64 = "mips64.*-linux-gnun32"
+
 inherit packagegroup
 
 # For backwards compatibility after rename
diff --git a/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc \
b/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc index \
                8413eec..fc1ccba 100644
--- a/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc
+++ b/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc
@@ -1,5 +1,8 @@
 LICENSE = "MIT"
 
+# Qt4 could NOT be built on MIPS64 with 64 bits userspace
+COMPATIBLE_HOST_mips64 = "mips64.*-linux-gnun32"
+
 inherit packagegroup
 
 PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1"


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic