The qtwebengine is removed at meta-arago unconditionally because version
5.11.3 does not work. The intention of this recipe is to update the
QT5_SRCREV only if sgx is not available, but the original recipe will not
work in this case. Comment out the instructions tentatively.

Signed-off-by: Eric Ruei <[email protected]>
---
 recipes-core/matrix/matrix-gui-browser_2.0.bbappend | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes-core/matrix/matrix-gui-browser_2.0.bbappend 
b/recipes-core/matrix/matrix-gui-browser_2.0.bbappend
index 75e76a8..e45f38e 100644
--- a/recipes-core/matrix/matrix-gui-browser_2.0.bbappend
+++ b/recipes-core/matrix/matrix-gui-browser_2.0.bbappend
@@ -1,4 +1,4 @@
-PR_append = ".tisdk0"
+PR_append = ".tisdk1"
 
 DEPENDS_remove = "\
     ${@bb.utils.contains('MACHINE_FEATURES', 'sgx', '', 
"${QT_DEPENDS_WEBENGINE}", d)} \
@@ -8,7 +8,7 @@ DEPENDS_append = "\
     ${@bb.utils.contains('MACHINE_FEATURES', 'sgx', '', " 
${QT_DEPENDS_WEBKIT}", d)} \
 "
 
-QT5_WEBENGINE_SRCREV = "d3ecf8d0dff3e4f901d588ea0dfe485733dfc9dc"
-QT5_WEBKIT_SRCREV = "78ad5db716d1abc4c05abfe435f066b6b88454d5"
+#QT5_WEBENGINE_SRCREV = "d3ecf8d0dff3e4f901d588ea0dfe485733dfc9dc"
+#QT5_WEBKIT_SRCREV = "78ad5db716d1abc4c05abfe435f066b6b88454d5"
 
-QT5_SRCREV = "${@bb.utils.contains('MACHINE_FEATURES', 'sgx', 
"${QT5_WEBENGINE_SRCREV}", "${QT5_WEBKIT_SRCREV}", d)}"
+#QT5_SRCREV = "${@bb.utils.contains('MACHINE_FEATURES', 'sgx', 
"${QT5_SRCREV}", "${QT5_WEBKIT_SRCREV}", d)}"
-- 
2.17.1

_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to