diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-05-17 12:27:28 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-17 12:27:28 +0000 |
commit | 2ed384b0fb1d66862d4cff968d125ed62fece902 (patch) | |
tree | 112f003d84575e4f30ff98f471c209780e801b2b /packages/meta/task-opie.bb | |
parent | 8985190874cae3947bd246e70ab469ba49ddd9e4 (diff) |
task-opie: add task-opie-everything
task-python-sharprom|everything: add python-spyro and python-spydi
Diffstat (limited to 'packages/meta/task-opie.bb')
-rw-r--r-- | packages/meta/task-opie.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/packages/meta/task-opie.bb b/packages/meta/task-opie.bb index 58feedf6c9..a9405522a1 100644 --- a/packages/meta/task-opie.bb +++ b/packages/meta/task-opie.bb @@ -4,8 +4,9 @@ SECTION = "opie/base" ALLOW_EMPTY = 1 PACKAGE_ARCH = "all" LICENSE = "MIT" +PROVIDES = "task-opie-everything" -PR = "r2" +PR = "r3" PACKAGES = "task-opie-applets task-opie-apps task-opie-base \ task-opie-base-applets task-opie-base-apps \ @@ -20,6 +21,10 @@ PACKAGES = "task-opie-applets task-opie-apps task-opie-base \ task-opie-multimedia task-opie-pim task-opie-settings \ task-opie-styles task-opie-todayplugins task-opie-wlan" +RDEPENDS_task-opie-everything := "${PACKAGES}" + +PACKAGES += "task-opie-everything" + # # Dependencies to get the launcher up and running # |