aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTadao Tnikawa <tanikawa.tadao@jp.panasonic.com>2015-11-12 11:42:44 +0900
committerTadao Tnikawa <tanikawa.tadao@jp.panasonic.com>2015-11-12 12:53:49 +0900
commitbf3704a72753e909fb48ef3188c7e4cf20b73698 (patch)
treed45cbfc81835a8c553babb8d333c729a305c5a2f
parent505db9d020f0c176b9f1cc12766ed977d8da17a1 (diff)
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 <tanikawa.tadao@jp.panasonic.com>
-rw-r--r--conf/local.conf.sample3
-rw-r--r--recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb5
2 files changed, 6 insertions, 2 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample
index c2da6e6b..a9ed1b80 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 4efba959..8b410f0a 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