diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2009-06-24 23:36:03 +0200 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2009-06-24 23:36:03 +0200 |
commit | a4ee92d0a8ce317edbc36288e79236865ba87118 (patch) | |
tree | 7e457c918e3988697bbb7406168d0048c8ea4716 /recipes/tasks | |
parent | 3dede602a93dfe2657a14fd620bf397edeca98c0 (diff) |
task-opie: make inclusion of irda and bluetooth tasks contingent upon COMBINED_FEATURES
Diffstat (limited to 'recipes/tasks')
-rw-r--r-- | recipes/tasks/task-opie.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/tasks/task-opie.bb b/recipes/tasks/task-opie.bb index 41dd92ac7a..a1699ad785 100644 --- a/recipes/tasks/task-opie.bb +++ b/recipes/tasks/task-opie.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Tasks for OPIE stuff" SECTION = "opie/base" LICENSE = "MIT" -PR = "r12" +PR = "r13" inherit task @@ -12,11 +12,11 @@ PACKAGES = "task-opie-base \ task-opie-base-applets task-opie-base-apps \ task-opie-base-decorations task-opie-base-inputmethods \ task-opie-base-pim task-opie-base-settings \ - task-opie-base-styles task-opie-bluetooth \ - task-opie-base-todayplugins \ + task-opie-base-styles task-opie-base-todayplugins \ task-opie-extra-settings \ task-opie-extra-styles \ - task-opie-irda \ + ${@base_contains("COMBINED_FEATURES", "bluetooth", "task-opie-bluetooth", "",d)} \ + ${@base_contains("COMBINED_FEATURES", "irda", "task-opie-irda", "",d)} \ " RDEPENDS_task-opie-everything := "${PACKAGES}" |