All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] packagegroup-arago-tisdk-qte: Only include t-stat if Qt4 is being used
@ 2014-12-16 17:11 Franklin S. Cooper Jr
  2014-12-16 17:11 ` [PATCH 2/3] packagegroup-arago-tisdk-multimedia-*: Remove dual camera demo Franklin S. Cooper Jr
  2014-12-16 17:11 ` [PATCH 3/3] ti-tisdk-makefile: Remove dual camera demo and make t-stat Qt 4 only Franklin S. Cooper Jr
  0 siblings, 2 replies; 5+ messages in thread
From: Franklin S. Cooper Jr @ 2014-12-16 17:11 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

From: "Franklin S. Cooper Jr" <fcooper@ti.com>

* t-stat isn't working on Qt5 so make it a Qt 4 exclusive for now.

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../packagegroups/packagegroup-arago-tisdk-qte.bb  |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-qte.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-qte.bb
index b439949..a95a9cd 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-qte.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-qte.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "Task to add Qt embedded related packages"
 LICENSE = "MIT"
-PR = "r8"
+PR = "r9"
 
 inherit packagegroup
 
@@ -10,6 +10,7 @@ QT4_DEMOS = "\
     qt4-embedded-examples \
     qt4-embedded-demos \
     ${@base_conditional('ARAGO_QT_PROVIDER', 'qt4-embedded-gles', 'quick-playground', '', d)} \
+    qt-tstat \
 "
 
 QT5_DEMOS = "\
-- 
1.7.9.5



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

end of thread, other threads:[~2014-12-16 17:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-16 17:11 [PATCH 1/3] packagegroup-arago-tisdk-qte: Only include t-stat if Qt4 is being used Franklin S. Cooper Jr
2014-12-16 17:11 ` [PATCH 2/3] packagegroup-arago-tisdk-multimedia-*: Remove dual camera demo Franklin S. Cooper Jr
2014-12-16 17:11 ` [PATCH 3/3] ti-tisdk-makefile: Remove dual camera demo and make t-stat Qt 4 only Franklin S. Cooper Jr
2014-12-16 17:14   ` Denys Dmytriyenko
2014-12-16 17:16     ` Cooper Jr., Franklin

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.