Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [buildroot 0001699]: [PATCH] Improves Qtopia build.
@ 2007-12-11 23:11 bugs at busybox.net
  2007-12-17 16:59 ` Thiago A. Corrêa
  0 siblings, 1 reply; 5+ messages in thread
From: bugs at busybox.net @ 2007-12-11 23:11 UTC (permalink / raw)
  To: buildroot


The following issue has been SUBMITTED. 
====================================================================== 
http://busybox.net/bugs/view.php?id=1699 
====================================================================== 
Reported By:                Correa
Assigned To:                buildroot
====================================================================== 
Project:                    buildroot
Issue ID:                   1699
Category:                   Architecture Specific
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             12-11-2007 15:11 PST
Last Modified:              12-11-2007 15:11 PST
====================================================================== 
Summary:                    [PATCH] Improves Qtopia build.
Description: 
  This patch greatly improves qtopia build, with a single build step
(instead of the build twice in HEAD). Also adds new make menu options:
Allows for static or shared build, lets you decide to compile with
libjpeg or zlib (shared linked with system lib, or the static version
provided with qtopia). It also fixes the build of qtopia based
projects, by adding the toolchain paths to the qmake.conf files.

  The qtopia-4.3.2-add-avr32-arch.patch is more or less the same as
the patch for the other version, except that this one is a single
patch for both the code support and the -qatomic-header-to-header-list
thing.

====================================================================== 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
12-11-07 15:11  Correa         New Issue                                    
12-11-07 15:11  Correa         Status                   new => assigned     
12-11-07 15:11  Correa         Assigned To               => buildroot       
12-11-07 15:11  Correa         File Added: qtopia.patch                     
======================================================================

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

* [Buildroot] [buildroot 0001699]: [PATCH] Improves Qtopia build.
  2007-12-11 23:11 [Buildroot] [buildroot 0001699]: [PATCH] Improves Qtopia build bugs at busybox.net
@ 2007-12-17 16:59 ` Thiago A. Corrêa
  2007-12-17 18:39   ` Ivan Kuten
  0 siblings, 1 reply; 5+ messages in thread
From: Thiago A. Corrêa @ 2007-12-17 16:59 UTC (permalink / raw)
  To: buildroot

*bump*

I've sent this patch to the list, but it is still waiting moderation
due to it's size for at least 2 weeks. So, I sent it to mantis about a
week ago.

Not complaining, just reminding *smile*

Best Regards,
    Thiago A. Correa


On Dec 11, 2007 9:11 PM,  <bugs@busybox.net> wrote:
>
> The following issue has been SUBMITTED.
> ======================================================================
> http://busybox.net/bugs/view.php?id=1699
> ======================================================================
> Reported By:                Correa
> Assigned To:                buildroot
> ======================================================================
> Project:                    buildroot
> Issue ID:                   1699
> Category:                   Architecture Specific
> Reproducibility:            always
> Severity:                   minor
> Priority:                   normal
> Status:                     assigned
> ======================================================================
> Date Submitted:             12-11-2007 15:11 PST
> Last Modified:              12-11-2007 15:11 PST
> ======================================================================
> Summary:                    [PATCH] Improves Qtopia build.
> Description:
>   This patch greatly improves qtopia build, with a single build step
> (instead of the build twice in HEAD). Also adds new make menu options:
> Allows for static or shared build, lets you decide to compile with
> libjpeg or zlib (shared linked with system lib, or the static version
> provided with qtopia). It also fixes the build of qtopia based
> projects, by adding the toolchain paths to the qmake.conf files.
>
>   The qtopia-4.3.2-add-avr32-arch.patch is more or less the same as
> the patch for the other version, except that this one is a single
> patch for both the code support and the -qatomic-header-to-header-list
> thing.
>
> ======================================================================
>
> Issue History
> Date Modified   Username       Field                    Change
> ======================================================================
> 12-11-07 15:11  Correa         New Issue
> 12-11-07 15:11  Correa         Status                   new => assigned
> 12-11-07 15:11  Correa         Assigned To               => buildroot
> 12-11-07 15:11  Correa         File Added: qtopia.patch
> ======================================================================
>
> _______________________________________________
> buildroot mailing list
> buildroot at uclibc.org
> http://busybox.net/mailman/listinfo/buildroot
>

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

* [Buildroot] [buildroot 0001699]: [PATCH] Improves Qtopia build.
  2007-12-17 18:39   ` Ivan Kuten
@ 2007-12-17 17:58     ` Thiago A. Corrêa
  0 siblings, 0 replies; 5+ messages in thread
From: Thiago A. Corrêa @ 2007-12-17 17:58 UTC (permalink / raw)
  To: buildroot

Hi Ivan,

   Thanks, Will Wagner just sent me a note saying that the font paths
are not right, so I will check it again on the STK1000 then resubmit.

Regards,
   Thiago A. Correa

On Dec 17, 2007 4:39 PM, Ivan Kuten <ivan.kuten@promwad.com> wrote:
> Thiago A. Corr?a wrote:
> > *bump*
> >
> > I've sent this patch to the list, but it is still waiting moderation
> > due to it's size for at least 2 weeks. So, I sent it to mantis about a
> > week ago.
> >
> > Not complaining, just reminding *smile*
> >
>
> I can check only correctness of compile on ARM and AVR32.
> If nobody will complain about this patch i will apply in a few days.
>
>
>
> Regards,
> Ivan
> --------------------------------
> Embedded Linux engineer,
> Promwad Company: http://www.promwad.com/
> Homepage : http://www.ivankuten.com/
> --------------------------------
>

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

* [Buildroot] [buildroot 0001699]: [PATCH] Improves Qtopia build.
  2007-12-17 16:59 ` Thiago A. Corrêa
@ 2007-12-17 18:39   ` Ivan Kuten
  2007-12-17 17:58     ` Thiago A. Corrêa
  0 siblings, 1 reply; 5+ messages in thread
From: Ivan Kuten @ 2007-12-17 18:39 UTC (permalink / raw)
  To: buildroot

Thiago A. Corr?a wrote:
> *bump*
> 
> I've sent this patch to the list, but it is still waiting moderation
> due to it's size for at least 2 weeks. So, I sent it to mantis about a
> week ago.
> 
> Not complaining, just reminding *smile*
> 

I can check only correctness of compile on ARM and AVR32.
If nobody will complain about this patch i will apply in a few days.



Regards,
Ivan
--------------------------------
Embedded Linux engineer,
Promwad Company: http://www.promwad.com/
Homepage : http://www.ivankuten.com/
--------------------------------

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

* [Buildroot] [buildroot 0001699]: [PATCH] Improves Qtopia build.
@ 2007-12-18 15:13 bugs at busybox.net
  0 siblings, 0 replies; 5+ messages in thread
From: bugs at busybox.net @ 2007-12-18 15:13 UTC (permalink / raw)
  To: buildroot


The following issue has been CLOSED 
====================================================================== 
http://busybox.net/bugs/view.php?id=1699 
====================================================================== 
Reported By:                Correa
Assigned To:                buildroot
====================================================================== 
Project:                    buildroot
Issue ID:                   1699
Category:                   Architecture Specific
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     closed
Resolution:                 open
Fixed in Version:           
====================================================================== 
Date Submitted:             12-11-2007 15:11 PST
Last Modified:              12-18-2007 07:13 PST
====================================================================== 
Summary:                    [PATCH] Improves Qtopia build.
Description: 
  This patch greatly improves qtopia build, with a single build step
(instead of the build twice in HEAD). Also adds new make menu options:
Allows for static or shared build, lets you decide to compile with
libjpeg or zlib (shared linked with system lib, or the static version
provided with qtopia). It also fixes the build of qtopia based
projects, by adding the toolchain paths to the qmake.conf files.

  The qtopia-4.3.2-add-avr32-arch.patch is more or less the same as
the patch for the other version, except that this one is a single
patch for both the code support and the -qatomic-header-to-header-list
thing.

====================================================================== 

---------------------------------------------------------------------- 
 vanokuten - 12-18-07 07:13  
---------------------------------------------------------------------- 
fixed in 20658 rev, thanks! 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
12-11-07 15:11  Correa         New Issue                                    
12-11-07 15:11  Correa         Status                   new => assigned     
12-11-07 15:11  Correa         Assigned To               => buildroot       
12-11-07 15:11  Correa         File Added: qtopia.patch                     
12-11-07 15:11  Correa         File Added: qtopia-4.3.2-add-avr32-arch.patch    
               
12-18-07 07:13  vanokuten      Status                   assigned => closed  
12-18-07 07:13  vanokuten      Note Added: 0003254                          
======================================================================

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

end of thread, other threads:[~2007-12-18 15:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-11 23:11 [Buildroot] [buildroot 0001699]: [PATCH] Improves Qtopia build bugs at busybox.net
2007-12-17 16:59 ` Thiago A. Corrêa
2007-12-17 18:39   ` Ivan Kuten
2007-12-17 17:58     ` Thiago A. Corrêa
  -- strict thread matches above, loose matches on Subject: below --
2007-12-18 15:13 bugs at busybox.net

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