diff options
author | Richard Purdie <richard@openedhand.com> | 2008-02-20 12:33:22 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-02-20 12:33:22 +0000 |
commit | 2b29ac637704a036841fe1fbbddad10f4f88586e (patch) | |
tree | 84b255357d051e8bf1f756bcbf66ba95b0d41b21 | |
parent | 210c9450c17721fea5855aad45be875cbf18e8fa (diff) | |
download | poky-2b29ac637704a036841fe1fbbddad10f4f88586e.tar.gz |
task-poky: Remove web-webkit from more machines with limited flash space
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3832 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/tasks/task-poky.bb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/meta/packages/tasks/task-poky.bb b/meta/packages/tasks/task-poky.bb index 8121249fb3..45f8b04efa 100644 --- a/meta/packages/tasks/task-poky.bb +++ b/meta/packages/tasks/task-poky.bb | |||
@@ -3,7 +3,7 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | DESCRIPTION = "Tasks for OpenedHand Poky" | 5 | DESCRIPTION = "Tasks for OpenedHand Poky" |
6 | PR = "r20" | 6 | PR = "r21" |
7 | 7 | ||
8 | PACKAGES = "\ | 8 | PACKAGES = "\ |
9 | task-poky-apps-console \ | 9 | task-poky-apps-console \ |
@@ -81,8 +81,11 @@ RDEPENDS_task-poky-apps-x11-games = "\ | |||
81 | oh-puzzles" | 81 | oh-puzzles" |
82 | 82 | ||
83 | WEB = "web-webkit" | 83 | WEB = "web-webkit" |
84 | # WebKit takes too much space to fit on c7x0 | 84 | # WebKit takes too much space to fit on some devices |
85 | # List here for now... | ||
85 | WEB_c7x0 = "" | 86 | WEB_c7x0 = "" |
87 | WEB_mx31ads = "" | ||
88 | WEB_mx31phy = "" | ||
86 | 89 | ||
87 | RDEPENDS_task-poky-apps-x11-pimlico = "\ | 90 | RDEPENDS_task-poky-apps-x11-pimlico = "\ |
88 | eds-dbus \ | 91 | eds-dbus \ |