diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-08-27 17:31:47 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2006-08-27 17:31:47 +0000 |
commit | 98928e07d9798f59e1db3d7fcd47fd2c63766be2 (patch) | |
tree | 47d9e33d927e77bcc69c69758fa8e46e2932676d /packages/images/opie-image.bb | |
parent | ec79ca5996b24f3b3bd39f43774b5b1bbbbce50b (diff) |
Add MACHINE_TASK_PROVIDER to remove hardcoded references to task-bootstrap and allow machines/distros to elect an alternative
Diffstat (limited to 'packages/images/opie-image.bb')
-rw-r--r-- | packages/images/opie-image.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/images/opie-image.bb b/packages/images/opie-image.bb index c786f67e0b..b7c68ec505 100644 --- a/packages/images/opie-image.bb +++ b/packages/images/opie-image.bb @@ -6,12 +6,12 @@ FEED_URIS_append_familiar = " opie##http://familiar.handhelds.org/releases/${D LICENSE = "MIT" PR = "r21" -DEPENDS = "task-bootstrap task-opie" +DEPENDS = "${MACHINE_TASK_PROVIDER} task-opie" RDEPENDS = "${INSTALL_PACKAGES}" extra_stuff := '${@base_conditional("ROOT_FLASH_SIZE", "24", "", "task-opie-extra-games task-opie-extra-apps task-opie-extra-styles",d)}' -INSTALL_PACKAGES = "task-bootstrap task-opie-base task-opie-base-applets \ +INSTALL_PACKAGES = "${MACHINE_TASK_PROVIDER} 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 \ |