[Buildroot] [PATCH v2 1/2] qt: Disable QtScript on MIPS64

Vicente Olivert Riera Vincent.Riera at imgtec.com
Wed Nov 27 13:42:40 UTC 2013


There is no support for MIPS64 in QtScript right now, so buildroot
upstream suggested to disable the possibility of enabling QtScript on
MIPS64 as a quick fix for the 2013.11 release:

   http://lists.busybox.net/pipermail/buildroot/2013-November/083157.html

A proposed fix to add support for MIPS64 has already been sent to Qt:

   https://bugreports.qt-project.org/browse/QTBUG-35030

Fixes:

   http://autobuild.buildroot.net/results/fd7/fd7e7e53290f235b540ed5f3c784e2584fdb41e0/

Signed-off-by: Vicente Olivert Riera <Vincent.Riera at imgtec.com>
---
 package/qt/Config.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/qt/Config.in b/package/qt/Config.in
index 2651d55..6fd1c94 100644
--- a/package/qt/Config.in
+++ b/package/qt/Config.in
@@ -385,6 +385,7 @@ config BR2_PACKAGE_QT_OPENSSL
 
 config BR2_PACKAGE_QT_SCRIPT
 	bool "Script Module"
+	depends on !BR2_mips64el && !BR2_mips64
 	default y
 	help
 	  Build the Qt Script module.
-- 
1.7.1




More information about the buildroot mailing list