From: "Franklin S. Cooper Jr" <[email protected]> * t-stat isn't working on Qt5 so make it a Qt 4 exclusive for now.
Signed-off-by: Franklin S. Cooper Jr <[email protected]> --- .../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 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
