diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/meta/opie-image.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/meta/opie-image.bb b/packages/meta/opie-image.bb index b1cf207656..20a3518fd7 100644 --- a/packages/meta/opie-image.bb +++ b/packages/meta/opie-image.bb @@ -8,7 +8,7 @@ FEED_URIS_append_familiar = " opie##http://familiar.handhelds.org/releases/${D LICENSE = "MIT" PR = "r18" -DEPENDS = "meta-opie" +DEPENDS = "task-bootstrap meta-opie" extra_stuff := '${@base_conditional("ROOT_FLASH_SIZE", "16", "", "task-opie-extra-games task-opie-extra-apps task-opie-extra-styles",d)}' |