diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2009-06-24 23:34:35 +0200 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2009-06-24 23:34:35 +0200 |
commit | 3dede602a93dfe2657a14fd620bf397edeca98c0 (patch) | |
tree | 78fb32ec8e479abb372d29f07b9e64cd724867f0 /recipes | |
parent | 14b1edc93587a9f647dd99e4db1a00d90f2c5f42 (diff) |
opie-image: make inclusion of irda and bluetooth tasks contingent upon COMBINED_FEATURES
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/images/opie-image.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/images/opie-image.bb b/recipes/images/opie-image.bb index fec6103ca9..4a984a03b8 100644 --- a/recipes/images/opie-image.bb +++ b/recipes/images/opie-image.bb @@ -8,7 +8,8 @@ IMAGE_INSTALL = "task-base-extended task-opie-base task-opie-base-applets \ task-opie-base-settings task-opie-base-decorations \ task-opie-base-styles task-opie-base-pim \ task-opie-extra-settings \ - task-opie-bluetooth task-opie-irda \ + ${@base_contains("COMBINED_FEATURES", "bluetooth", "task-opie-bluetooth", "",d)} \ + ${@base_contains("COMBINED_FEATURES", "irda", "task-opie-irda", "",d)} \ ${ANGSTROM_EXTRA_INSTALL} " # create /etc/timestamp from build date |