Removed QtWebkit (To reduce build time for development CES2016-demo) 09/4309/1
authorTadao Tnikawa <tanikawa.tadao@jp.panasonic.com>
Thu, 12 Nov 2015 02:42:44 +0000 (11:42 +0900)
committerTadao Tnikawa <tanikawa.tadao@jp.panasonic.com>
Thu, 12 Nov 2015 03:53:49 +0000 (12:53 +0900)
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>
conf/local.conf.sample
recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb

index c2da6e6..a9ed1b8 100644 (file)
@@ -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
index 4efba95..8b410f0 100644 (file)
@@ -34,7 +34,8 @@ RDEPENDS_${PN} += "\
     qtwayland-examples \
     qtwayland-plugins \
     qtwayland-tools \
-    qtwebkit \
-    qtwebkit-qmlplugins \
     qtgraphicaleffects-qmlplugins \
     "
+
+# qtwebkit
+# qtwebkit-qmlplugins