diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-10 10:40:50 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-10 12:01:04 +0000 |
commit | 9d7aa1090c407ac0da6154c481f1c787fd7efbfc (patch) | |
tree | 00e9e1ab8c61e4a9e3eb4a11559b3c7a8d297bdf | |
parent | 7b4150fe30c413b8f1da2a05881b877cace9ec81 (diff) | |
download | poky-9d7aa1090c407ac0da6154c481f1c787fd7efbfc.tar.gz |
task-poky-apps-x11-pimlico: Webkit is huge and the compile time means it doesn't make sense in our demo sato image
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-sato/tasks/task-poky-apps-x11-pimlico.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-sato/tasks/task-poky-apps-x11-pimlico.bb b/meta/recipes-sato/tasks/task-poky-apps-x11-pimlico.bb index f6c0ec05b4..8b75d218c4 100644 --- a/meta/recipes-sato/tasks/task-poky-apps-x11-pimlico.bb +++ b/meta/recipes-sato/tasks/task-poky-apps-x11-pimlico.bb | |||
@@ -18,11 +18,12 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" | |||
18 | 18 | ||
19 | ALLOW_EMPTY = "1" | 19 | ALLOW_EMPTY = "1" |
20 | 20 | ||
21 | WEB = "web-webkit" | 21 | WEB ?= "" |
22 | #WEB = "web-webkit" | ||
22 | # WebKit takes too much space to fit on some devices | 23 | # WebKit takes too much space to fit on some devices |
23 | # List here for now... | 24 | # List here for now... |
24 | WEB_c7x0 = "" | 25 | #WEB_c7x0 = "" |
25 | WEB_mx31ads = "" | 26 | #WEB_mx31ads = "" |
26 | 27 | ||
27 | RDEPENDS_task-poky-apps-x11-pimlico = "\ | 28 | RDEPENDS_task-poky-apps-x11-pimlico = "\ |
28 | eds-dbus \ | 29 | eds-dbus \ |