From: Denys Dmytriyenko <[email protected]> qtdeclarative-examples is broken for now.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- 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 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
