Note: qtwebengine-based browser does not work on k3 devices Signed-off-by: Eric Ruei <[email protected]> --- ...-use-webkit-browser-instead-of-webengine-.patch | 31 ++++++++++++++++++++++ .../matrix/matrix-gui-qt5-demos_2.0.bb | 6 ++++- 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 meta-arago-extras/recipes-core/matrix/matrix-gui-qt5-demos/0001-qt5_broswer-use-webkit-browser-instead-of-webengine-.patch
diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-qt5-demos/0001-qt5_broswer-use-webkit-browser-instead-of-webengine-.patch b/meta-arago-extras/recipes-core/matrix/matrix-gui-qt5-demos/0001-qt5_broswer-use-webkit-browser-instead-of-webengine-.patch new file mode 100644 index 0000000..b10a436 --- /dev/null +++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-qt5-demos/0001-qt5_broswer-use-webkit-browser-instead-of-webengine-.patch @@ -0,0 +1,31 @@ +From 05e10a940ca734df90684059963b10bd0a832584 Mon Sep 17 00:00:00 2001 +From: Eric Ruei <[email protected]> +Date: Sat, 25 Aug 2018 16:24:10 -0400 +Subject: [PATCH] qt5_broswer: use webkit/browser instead of + webengine/demobrowser + +Upstream_Status: Inappropriate [other] +- This patch is a tentative workaround until the webengine web page + display problem can be fixed. + +Signed-off-by: Eric Ruei <[email protected]> +--- + qt5_apps/qt5_browser/qt5_browser.desktop | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/qt5_apps/qt5_browser/qt5_browser.desktop b/qt5_apps/qt5_browser/qt5_browser.desktop +index a5d3953..2f6636f 100644 +--- a/qt5_apps/qt5_browser/qt5_browser.desktop ++++ b/qt5_apps/qt5_browser/qt5_browser.desktop +@@ -4,7 +4,7 @@ + Name=Browser + GenericName=Demo App + Icon=/usr/share/matrix-gui-2.0/apps/images/web-icon.png +-Exec=/usr/share/qt5/examples/webenginewidgets/demobrowser/demobrowser http://www.ti.com ++Exec=/usr/share/qt5/examples/webkitwidgets/browser/browser http://www.ti.com + Type=Application + ProgramType=gui + Categories=Qt5 +-- +1.9.1 + diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-qt5-demos_2.0.bb b/meta-arago-extras/recipes-core/matrix/matrix-gui-qt5-demos_2.0.bb index 2dfeba3..2401832 100644 --- a/meta-arago-extras/recipes-core/matrix/matrix-gui-qt5-demos_2.0.bb +++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-qt5-demos_2.0.bb @@ -3,10 +3,14 @@ HOMEPAGE = "https://gitorious.org/matrix-gui-v2/matrix-gui-v2-apps" require matrix-gui-apps-git.inc -PR = "${INC_PR}.0" +PR = "${INC_PR}.1" inherit allarch +SRC_URI_append_k3 = " \ + file://0001-qt5_broswer-use-webkit-browser-instead-of-webengine-.patch;pnum=2 \ +" + S = "${WORKDIR}/git/qt5_apps" # Make sure qt5 submenu and app images has been installed -- 1.9.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
