- qtwebengine 5.11.3 does not work, replace it with qtwebkit until the fix is available
Signed-off-by: Eric Ruei <[email protected]> --- .../packagegroup-arago-tisdk-qte.bb | 20 +++++++++---------- 1 file changed, 9 insertions(+), 11 deletions(-) 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 43a0d02f..b2ca56eb 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 = "r19" +PR = "r20" PACKAGE_ARCH = "${MACHINE_ARCH}" @@ -22,19 +22,17 @@ QT5_DEMOS = "\ qtscript-examples \ qtsvg-examples \ ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'qtwayland-examples', '', d)} \ - qtwebbrowser \ - qtwebbrowser-examples \ - qtwebengine-examples \ + qtwebkit-examples \ qtserialport-examples \ " -QT5_DEMOS_append_k3 = " qtwebkit-examples-examples" - -QT5_DEMOS_remove_k3 = "\ - qtwebbrowser \ - qtwebbrowser-examples \ - qtwebengine-examples \ -" +#QT5_DEMOS_append_k3 = " qtwebkit-examples-examples" +# +#QT5_DEMOS_remove_k3 = "\ +# qtwebbrowser \ +# qtwebbrowser-examples \ +# qtwebengine-examples \ +#" QT_DEMOS = "\ qt-tstat \ -- 2.17.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
