Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2] qt5script: Disable on MIPS64 n64 ABI
@ 2013-12-02 11:45 Vicente Olivert Riera
  2013-12-02 12:26 ` Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: Vicente Olivert Riera @ 2013-12-02 11:45 UTC (permalink / raw)
  To: buildroot

There is no support for JavaScritCore on MIPS64 n64 ABI so as a quick
fix we can disable the posibility of selecting this package. Meanwhile a
proposed patch has already been sent to Qt:

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

Fixes:

   http://autobuild.buildroot.net/results/231/231c112a3fc18e6cd7d6d10873e22144525c7280/

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

diff --git a/package/qt5/qt5script/Config.in b/package/qt5/qt5script/Config.in
index 3c5d60c..4358f95 100644
--- a/package/qt5/qt5script/Config.in
+++ b/package/qt5/qt5script/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_QT5SCRIPT
 	bool "qt5script"
+	depends on !BR2_MIPS_NABI64
 	select BR2_PACKAGE_QT5BASE
 	help
 	  Qt is a cross-platform application and UI framework for
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH v2] qt5script: Disable on MIPS64 n64 ABI
  2013-12-02 11:45 [Buildroot] [PATCH v2] qt5script: Disable on MIPS64 n64 ABI Vicente Olivert Riera
@ 2013-12-02 12:26 ` Thomas Petazzoni
  2013-12-02 15:03   ` Vicente Olivert Riera
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2013-12-02 12:26 UTC (permalink / raw)
  To: buildroot

Dear Vicente Olivert Riera,

On Mon, 2 Dec 2013 11:45:39 +0000, Vicente Olivert Riera wrote:
> There is no support for JavaScritCore on MIPS64 n64 ABI so as a quick
> fix we can disable the posibility of selecting this package. Meanwhile a
> proposed patch has already been sent to Qt:
> 
>    https://bugreports.qt-project.org/browse/QTBUG-35191
> 
> Fixes:
> 
>    http://autobuild.buildroot.net/results/231/231c112a3fc18e6cd7d6d10873e22144525c7280/
> 
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> ---
>  package/qt5/qt5script/Config.in |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)

Now that 2013.11 has been released, we don't need "quick fixes"
anymore. What about integrating the upstream Qt5 fix instead?

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH v2] qt5script: Disable on MIPS64 n64 ABI
  2013-12-02 12:26 ` Thomas Petazzoni
@ 2013-12-02 15:03   ` Vicente Olivert Riera
  0 siblings, 0 replies; 3+ messages in thread
From: Vicente Olivert Riera @ 2013-12-02 15:03 UTC (permalink / raw)
  To: buildroot

On 12/02/2013 12:26 PM, Thomas Petazzoni wrote:
> Dear Vicente Olivert Riera,
>
> On Mon, 2 Dec 2013 11:45:39 +0000, Vicente Olivert Riera wrote:
>> There is no support for JavaScritCore on MIPS64 n64 ABI so as a quick
>> fix we can disable the posibility of selecting this package. Meanwhile a
>> proposed patch has already been sent to Qt:
>>
>>     https://bugreports.qt-project.org/browse/QTBUG-35191
>>
>> Fixes:
>>
>>     http://autobuild.buildroot.net/results/231/231c112a3fc18e6cd7d6d10873e22144525c7280/
>>
>> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
>> ---
>>   package/qt5/qt5script/Config.in |    1 +
>>   1 files changed, 1 insertions(+), 0 deletions(-)
>
> Now that 2013.11 has been released, we don't need "quick fixes"
> anymore. What about integrating the upstream Qt5 fix instead?
>
> Thanks!
>
> Thomas
>

Ok, the problem with qt5script on MIPS64 n64 is already fixed on Qt 5.2, 
and the Release Candidate 1 is already available so we will have Qt 5.2 
final release in few weeks. This problem will be fixed with the next 
version bump.

-- 
Vincent

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-12-02 15:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-02 11:45 [Buildroot] [PATCH v2] qt5script: Disable on MIPS64 n64 ABI Vicente Olivert Riera
2013-12-02 12:26 ` Thomas Petazzoni
2013-12-02 15:03   ` Vicente Olivert Riera

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox