* [Buildroot] svn commit: trunk/buildroot/package/qte
@ 2006-11-17 22:58 andersen at uclibc.org
0 siblings, 0 replies; 7+ messages in thread
From: andersen at uclibc.org @ 2006-11-17 22:58 UTC (permalink / raw)
To: buildroot
Author: andersen
Date: 2006-11-17 14:58:29 -0800 (Fri, 17 Nov 2006)
New Revision: 16572
Log:
fix missing dependancy for BR2_QTE_TMAKE_VERSION
Modified:
trunk/buildroot/package/qte/Config.in
Changeset:
Modified: trunk/buildroot/package/qte/Config.in
===================================================================
--- trunk/buildroot/package/qte/Config.in 2006-11-17 20:29:00 UTC (rev 16571)
+++ trunk/buildroot/package/qte/Config.in 2006-11-17 22:58:29 UTC (rev 16572)
@@ -151,6 +151,7 @@
config BR2_QTE_TMAKE_VERSION
string
default "1.13"
+ depends BR2_PACKAGE_QTE
# generated from:
# ls ~/src/buildroot/build_arm/qt-2.3.10/configs/*-static|cut -c56-|sed -e 's/-static//g'|\
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/qte
@ 2007-07-24 14:14 ulf at uclibc.org
0 siblings, 0 replies; 7+ messages in thread
From: ulf at uclibc.org @ 2007-07-24 14:14 UTC (permalink / raw)
To: buildroot
Author: ulf
Date: 2007-07-24 07:14:36 -0700 (Tue, 24 Jul 2007)
New Revision: 19250
Log:
Remove extra ':' from qte make
Modified:
trunk/buildroot/package/qte/qte.mk
Changeset:
Modified: trunk/buildroot/package/qte/qte.mk
===================================================================
--- trunk/buildroot/package/qte/qte.mk 2007-07-24 14:12:38 UTC (rev 19249)
+++ trunk/buildroot/package/qte/qte.mk 2007-07-24 14:14:36 UTC (rev 19250)
@@ -236,15 +236,15 @@
$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(QTE_QTOPIA_DIR) install PREFIX=$(TARGET_DIR)
-qte:: $(QTE_QTE_LIB)
+qte: $(QTE_QTE_LIB)
ifeq ($(strip $(BR2_PACKAGE_QTE_QTOPIA)),y)
-qte:: $(QTE_QTOPIA_IFILE)
+qte: $(QTE_QTOPIA_IFILE)
endif
# kinda no-op right now, these are built anyhow
ifeq ($(strip $(BR2_PACKAGE_QTE_QVFB)),y)
-qte:: $(QTE_QTE_DIR)/$(QTE_UIC_BINARY) $(QTE_QTE_DIR)/$(QTE_QVFB_BINARY)
+qte: $(QTE_QTE_DIR)/$(QTE_UIC_BINARY) $(QTE_QTE_DIR)/$(QTE_QVFB_BINARY)
endif
qte-clean:
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/qte
@ 2008-07-01 13:58 correa at uclibc.org
0 siblings, 0 replies; 7+ messages in thread
From: correa at uclibc.org @ 2008-07-01 13:58 UTC (permalink / raw)
To: buildroot
Author: correa
Date: 2008-07-01 06:58:01 -0700 (Tue, 01 Jul 2008)
New Revision: 22592
Log:
Mark Qt/E as deprecated (it is a really old version of Qtopia). Next step will be removal.
Modified:
trunk/buildroot/package/qte/Config.in
Changeset:
Modified: trunk/buildroot/package/qte/Config.in
===================================================================
--- trunk/buildroot/package/qte/Config.in 2008-07-01 13:37:12 UTC (rev 22591)
+++ trunk/buildroot/package/qte/Config.in 2008-07-01 13:58:01 UTC (rev 22592)
@@ -1,6 +1,7 @@
config BR2_PACKAGE_QTE
bool "Qt/E"
default n
+ depends on BR2_DEPRECATED
select BR2_INSTALL_LIBSTDCPP
select BR2_PTHREADS_NATIVE
select BR2_PACKAGE_JPEG
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/qte
@ 2008-08-27 20:19 jacmet at uclibc.org
0 siblings, 0 replies; 7+ messages in thread
From: jacmet at uclibc.org @ 2008-08-27 20:19 UTC (permalink / raw)
To: buildroot
Author: jacmet
Date: 2008-08-27 13:19:04 -0700 (Wed, 27 Aug 2008)
New Revision: 23255
Log:
qte: fix long help text lines
Modified:
trunk/buildroot/package/qte/Config.in
Changeset:
Modified: trunk/buildroot/package/qte/Config.in
===================================================================
--- trunk/buildroot/package/qte/Config.in 2008-08-27 20:19:01 UTC (rev 23254)
+++ trunk/buildroot/package/qte/Config.in 2008-08-27 20:19:04 UTC (rev 23255)
@@ -6,29 +6,32 @@
select BR2_PACKAGE_JPEG
select BR2_PACKAGE_LIBPNG
help
- Trolltech's Qt/Embedded, which offers the same APIs used in building desktop applications tailored to a smaller footprint.
+ Trolltech's Qt/Embedded, which offers the same APIs used in
+ building desktop applications tailored to a smaller footprint.
http://trolltech.com/
- Only tested with threading on, PACKAGE_JPEG, PACKAGE_LIBPNG, but remove those if you like.
+ Only tested with threading on, PACKAGE_JPEG, PACKAGE_LIBPNG,
+ but remove those if you like.
-
config BR2_PACKAGE_QTE_COMMERCIAL_USERNAME
string "Qt/E Commercial License Username"
default ""
depends on BR2_PACKAGE_QTE
help
- Commercial users can download their source directly by providing a username. I do not mean this to be a political or economic statement, just a convenience function
+ Commercial users can download their source directly by
+ providing a username. I do not mean this to be a political
+ or economic statement, just a convenience function
-
config BR2_PACKAGE_QTE_COMMERCIAL_PASSWORD
string "Qt/E Commercial License Password"
default ""
depends on BR2_PACKAGE_QTE
help
- Commercial users can download their source directly by providing a password. I do not mean this to be a political or economic statement, just a convenience function
+ Commercial users can download their source directly by
+ providing a password. I do not mean this to be a political
+ or economic statement, just a convenience function
-
choice
prompt "Qt/E Version"
default BR2_QTE_VERSION_2_3_11
@@ -62,7 +65,8 @@
bool "QVfb"
depends on BR2_PACKAGE_QTE
help
- Trolltech provides a Virtual Framebuffer used to simulate the embedded device during development
+ Trolltech provides a Virtual Framebuffer used to simulate
+ the embedded device during development
http://trolltech.com/
@@ -92,7 +96,9 @@
bool "Qt/E-3.3.x for Qtopia build"
depends on BR2_PACKAGE_QTE_QTOPIA
help
- Qtopia requires a Qt/E version >= 3.3.0; when using a Qt/E-2.3.x on the runtime, Qtopia still needs a Qt/E-3.3.x codebase to build
+ Qtopia requires a Qt/E version >= 3.3.0; when using a
+ Qt/E-2.3.x on the runtime, Qtopia still needs a Qt/E-3.3.x
+ codebase to build
http://trolltech.com/
@@ -101,7 +107,7 @@
default BR2_QTE_QT3_VERSION_3_3_4
depends on BR2_PACKAGE_QTE_QT3
help
- Select the version of QVfb you wish to use.
+ Select the version of Qt/E you wish to use.
config BR2_QTE_QT3_VERSION_3_3_4
bool "Qt/E 3.3.4"
@@ -121,7 +127,8 @@
bool "Qtopia"
depends on BR2_PACKAGE_QTE
help
- Qtopia defines some more advanced components used for mobile devices
+ Qtopia defines some more advanced components used for mobile
+ devices
http://trolltech.com/
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/qte
@ 2009-01-30 10:50 laird at uclibc.org
2009-01-30 10:56 ` Peter Korsgaard
0 siblings, 1 reply; 7+ messages in thread
From: laird at uclibc.org @ 2009-01-30 10:50 UTC (permalink / raw)
To: buildroot
Author: laird
Date: 2009-01-30 10:49:59 +0000 (Fri, 30 Jan 2009)
New Revision: 25162
Log:
qte.mk: Use depends on for toolchain features
Buildroot is adopting depends on for toolchain features and
select for packages. Make this change in this file.
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
Modified:
trunk/buildroot/package/qte/Config.in
Changeset:
Modified: trunk/buildroot/package/qte/Config.in
===================================================================
--- trunk/buildroot/package/qte/Config.in 2009-01-30 10:35:55 UTC (rev 25161)
+++ trunk/buildroot/package/qte/Config.in 2009-01-30 10:49:59 UTC (rev 25162)
@@ -2,7 +2,7 @@
bool "Qt/E"
depends on BR2_DEPRECATED
depends on BR2_INSTALL_LIBSTDCPP
- select BR2_PTHREADS_NATIVE
+ depends on BR2_PTHREADS_NATIVE
select BR2_PACKAGE_JPEG
select BR2_PACKAGE_LIBPNG
help
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/qte
2009-01-30 10:50 [Buildroot] svn commit: trunk/buildroot/package/qte laird at uclibc.org
@ 2009-01-30 10:56 ` Peter Korsgaard
0 siblings, 0 replies; 7+ messages in thread
From: Peter Korsgaard @ 2009-01-30 10:56 UTC (permalink / raw)
To: buildroot
>>>>> "laird" == laird <laird@uclibc.org> writes:
laird> Author: laird
laird> Date: 2009-01-30 10:49:59 +0000 (Fri, 30 Jan 2009)
laird> New Revision: 25162
laird> Log:
laird> qte.mk: Use depends on for toolchain features
laird> Buildroot is adopting depends on for toolchain features and
laird> select for packages. Make this change in this file.
laird> Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
laird> @@ -2,7 +2,7 @@
laird> bool "Qt/E"
laird> depends on BR2_DEPRECATED
laird> depends on BR2_INSTALL_LIBSTDCPP
laird> - select BR2_PTHREADS_NATIVE
laird> + depends on BR2_PTHREADS_NATIVE
laird> select BR2_PACKAGE_JPEG
laird> select BR2_PACKAGE_LIBPNG
laird> help
You forgot to update comment so people can know how to enable it:
comment "Qt/E requires a toolchain with C++ support enabled"
depends on !BR2_INSTALL_LIBSTDCPP
depends on BR2_DEPRECATED
That one should depend on !BR2_PTHREADS_NATIVE and the text should get
updated.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/qte
@ 2009-01-30 11:30 laird at uclibc.org
0 siblings, 0 replies; 7+ messages in thread
From: laird at uclibc.org @ 2009-01-30 11:30 UTC (permalink / raw)
To: buildroot
Author: laird
Date: 2009-01-30 11:30:21 +0000 (Fri, 30 Jan 2009)
New Revision: 25163
Log:
qte.mk: Add a 'comment' to indicate the need for NPTL threads
Make sure the developer is informed why a package is not
visable and that they need to have a NPTL enabled
toolchain.
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
Modified:
trunk/buildroot/package/qte/Config.in
Changeset:
Modified: trunk/buildroot/package/qte/Config.in
===================================================================
--- trunk/buildroot/package/qte/Config.in 2009-01-30 10:49:59 UTC (rev 25162)
+++ trunk/buildroot/package/qte/Config.in 2009-01-30 11:30:21 UTC (rev 25163)
@@ -14,9 +14,10 @@
Only tested with threading on, PACKAGE_JPEG, PACKAGE_LIBPNG,
but remove those if you like.
-comment "Qt/E requires a toolchain with C++ support enabled"
+comment "Qt/E requires a toolchain with C++ support enabled and native threading enabled (NPTL)"
depends on !BR2_INSTALL_LIBSTDCPP
depends on BR2_DEPRECATED
+ depends on !BR2_PTHREADS_NATIVE
config BR2_PACKAGE_QTE_COMMERCIAL_USERNAME
string "Qt/E Commercial License Username"
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2009-01-30 11:30 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-30 10:50 [Buildroot] svn commit: trunk/buildroot/package/qte laird at uclibc.org
2009-01-30 10:56 ` Peter Korsgaard
-- strict thread matches above, loose matches on Subject: below --
2009-01-30 11:30 laird at uclibc.org
2008-08-27 20:19 jacmet at uclibc.org
2008-07-01 13:58 correa at uclibc.org
2007-07-24 14:14 ulf at uclibc.org
2006-11-17 22:58 andersen at uclibc.org
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox