From bf3704a72753e909fb48ef3188c7e4cf20b73698 Mon Sep 17 00:00:00 2001 From: Tadao Tnikawa Date: Thu, 12 Nov 2015 11:42:44 +0900 Subject: [PATCH] Removed QtWebkit (To reduce build time for development CES2016-demo) Because we currently don't use QtWebkit for DEMO apps, QtWebkit has been removed from packages to be installed into agl-demo-platform to reduce build time. Change-Id: I874fe1b9fae24965343ea8bf4e4bffcc807dabc9 Signed-off-by: Tadao Tnikawa --- conf/local.conf.sample | 3 +++ recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/conf/local.conf.sample b/conf/local.conf.sample index c2da6e6be..a9ed1b802 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample @@ -1,3 +1,6 @@ +# Commnet out below if want to use QtWebkit +PACKAGECONFIG_remove_pn-qtquick1 = "webkit" + # # This file is your local configuration file and is where all local user settings # are placed. The comments in this file give some guide to the options a new user diff --git a/recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb b/recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb index 4efba9593..8b410f0a2 100644 --- a/recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb +++ b/recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb @@ -34,7 +34,8 @@ RDEPENDS_${PN} += "\ qtwayland-examples \ qtwayland-plugins \ qtwayland-tools \ - qtwebkit \ - qtwebkit-qmlplugins \ qtgraphicaleffects-qmlplugins \ " + +# qtwebkit +# qtwebkit-qmlplugins -- 2.16.6