All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [pull request] Pull request for branch for-2011.05/qt-scripttools-fix
@ 2011-05-22  8:53 Thomas Petazzoni
  2011-05-22  8:53 ` [Buildroot] [PATCH 1/1] qt: scripttools needs gui Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2011-05-22  8:53 UTC (permalink / raw)
  To: buildroot

The following changes since commit a02cfbf1f4a82ee6582e2bf7622b2bf105359ea9:

  bind: give path to OpenSSL when OpenSSL is enabled (2011-05-19 20:03:35 +0200)

are available in the git repository at:
  http://free-electrons.com/~thomas/buildroot.git for-2011.05/qt-scripttools-fix

Thomas Petazzoni (1):
      qt: scripttools needs gui

 package/qt/Config.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Thanks,
-- 
Thomas Petazzoni

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

* [Buildroot] [PATCH 1/1] qt: scripttools needs gui
  2011-05-22  8:53 [Buildroot] [pull request] Pull request for branch for-2011.05/qt-scripttools-fix Thomas Petazzoni
@ 2011-05-22  8:53 ` Thomas Petazzoni
  2011-05-22 13:53   ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2011-05-22  8:53 UTC (permalink / raw)
  To: buildroot

The QtScriptTools library depends on the QtGui library, as can be seen
in the src/src.pro file of the Qt sources :

!contains(QT_CONFIG, no-gui):contains(QT_CONFIG, scripttools): SRC_SUBDIRS += src_scripttools

If the scripttools are enabled in the Qt configuration, but not the
gui, then the scripttools library is not built by Qt, and the
Buildroot build process fails with:

cp: cannot stat `/home/test/outputs/test-502/host/usr/sh4-unknown-linux-gnu/sysroot/usr/lib/libQtScriptTools.so.*': No such file or directory

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.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 eafc855..4a3945c 100644
--- a/package/qt/Config.in
+++ b/package/qt/Config.in
@@ -373,6 +373,7 @@ config BR2_PACKAGE_QT_SCRIPT
 config BR2_PACKAGE_QT_SCRIPTTOOLS
 	bool "Script Tools Module"
 	depends on BR2_PACKAGE_QT_SCRIPT
+	depends on BR2_PACKAGE_QT_GUI_MODULE
 	help
 	  Build the Qt Script Tools module.
 	  if unsure, say n.
-- 
1.7.1

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

* [Buildroot] [PATCH 1/1] qt: scripttools needs gui
  2011-05-22  8:53 ` [Buildroot] [PATCH 1/1] qt: scripttools needs gui Thomas Petazzoni
@ 2011-05-22 13:53   ` Peter Korsgaard
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2011-05-22 13:53 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 Thomas> The QtScriptTools library depends on the QtGui library, as can be seen
 Thomas> in the src/src.pro file of the Qt sources :

 Thomas> !contains(QT_CONFIG, no-gui):contains(QT_CONFIG, scripttools): SRC_SUBDIRS += src_scripttools

 Thomas> If the scripttools are enabled in the Qt configuration, but not the
 Thomas> gui, then the scripttools library is not built by Qt, and the
 Thomas> Buildroot build process fails with:

 Thomas> cp: cannot stat `/home/test/outputs/test-502/host/usr/sh4-unknown-linux-gnu/sysroot/usr/lib/libQtScriptTools.so.*': No such file or directory

Committed, thanks. I hit this issue with a build earlier today as well.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2011-05-22 13:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-22  8:53 [Buildroot] [pull request] Pull request for branch for-2011.05/qt-scripttools-fix Thomas Petazzoni
2011-05-22  8:53 ` [Buildroot] [PATCH 1/1] qt: scripttools needs gui Thomas Petazzoni
2011-05-22 13:53   ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.