diff options
author | Lynn Lin <lynn.lin@avocent.com> | 2009-02-14 14:33:28 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-02-14 14:33:28 -0800 |
commit | 4549df49dc7e4a34be6d91fc48b8d52c29879683 (patch) | |
tree | aa671e8085e27ce7409d0b1fefcf6429333ca82c | |
parent | 7ccad5b86ec86db48c16798f39ee70ce4281e056 (diff) |
Signed-off-by: Khem Raj <raj.khem@gmail.com>
jlime-opie.bb: Replace task-bootstrap with task-base
-rw-r--r-- | packages/images/jlime-opie.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/images/jlime-opie.bb b/packages/images/jlime-opie.bb index 7d98f98a32..bb9ad73f20 100644 --- a/packages/images/jlime-opie.bb +++ b/packages/images/jlime-opie.bb @@ -1,10 +1,11 @@ +PR = "r1" IMAGE_LINGUAS = "" -DEPENDS = "task-bootstrap task-opie" +DEPENDS = "task-base task-opie" extra_stuff = '${@base_conditional("ROOT_FLASH_SIZE", "24", "", "task-opie-extra-games task-opie-extra-apps task-opie-extra-styles konqueror-embedded",d)}' -IMAGE_INSTALL = "task-bootstrap task-opie-base task-opie-base-applets \ +IMAGE_INSTALL = "task-base task-opie-base task-opie-base-applets \ task-opie-base-inputmethods task-opie-base-apps \ task-opie-base-settings task-opie-base-decorations \ task-opie-base-styles task-opie-base-pim \ |