All of lore.kernel.org
 help / color / mirror / Atom feed
* [master][PATCH] arago.conf, packagegroup-arago-tisdk-qte: enable examples PACKAGECONFIG for qt5 modules
@ 2020-04-08  0:51 Denys Dmytriyenko
  2020-04-08  1:05 ` Ankur Tyagi
  0 siblings, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2020-04-08  0:51 UTC (permalink / raw)
  To: meta-arago

From: Denys Dmytriyenko <denys@ti.com>

qtdeclarative-examples is broken for now.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 meta-arago-distro/conf/distro/arago.conf                     | 12 +++++++++++-
 .../packagegroups/packagegroup-arago-tisdk-qte.bb            |  2 +-
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf
index 3215fe7..05201f3 100644
--- a/meta-arago-distro/conf/distro/arago.conf
+++ b/meta-arago-distro/conf/distro/arago.conf
@@ -103,7 +103,17 @@ PACKAGECONFIG_DISTRO_pn-qtbase = "icu examples accessibility gif gbm kms libinpu
 PACKAGECONFIG_FONTS_pn-qtbase = "fontconfig"
 
 # Add gstreamer in package configuration to enable video
-PACKAGECONFIG_append_pn-qtmultimedia  = " gstreamer"
+PACKAGECONFIG_append_pn-qtmultimedia = " gstreamer"
+
+# Add examples in Qt5 package configurations
+PACKAGECONFIG_append_pn-qtcharts = " examples"
+#PACKAGECONFIG_append_pn-qtdeclarative = " examples"
+PACKAGECONFIG_append_pn-qtlocation = " examples"
+PACKAGECONFIG_append_pn-qtmultimedia = " examples"
+PACKAGECONFIG_append_pn-qtscript = " examples"
+PACKAGECONFIG_append_pn-qtserialport = " examples"
+PACKAGECONFIG_append_pn-qtsvg = " examples"
+PACKAGECONFIG_append_pn-qtwayland = " examples"
 
 # Prefer OpenSSL over GnuTLS for curl due to TSU exemptions
 PACKAGECONFIG_pn-curl = "${@bb.utils.contains("DISTRO_FEATURES", "ipv6", "ipv6", "", d)} ssl zlib"
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 f83ac52..a2e3794 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
@@ -12,9 +12,9 @@ QT4_DEMOS = "\
     ${@oe.utils.conditional('ARAGO_QT_PROVIDER', 'qt4-embedded-gles', 'quick-playground', '', d)} \
 "
 
+#    qtdeclarative-examples
 QT5_DEMOS = "\
     qtbase-examples \
-    qtdeclarative-examples \
     qtdeclarative-tools \
     qtlocation-examples \
     qtmultimedia-examples \
-- 
2.7.4



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

end of thread, other threads:[~2020-04-08 10:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-08  0:51 [master][PATCH] arago.conf, packagegroup-arago-tisdk-qte: enable examples PACKAGECONFIG for qt5 modules Denys Dmytriyenko
2020-04-08  1:05 ` Ankur Tyagi
2020-04-08  7:29   ` Denys Dmytriyenko
2020-04-08 10:32     ` Ankur Tyagi

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.