From: Rolf Leggewie Date: Wed, 24 Jun 2009 21:34:35 +0000 (+0200) Subject: opie-image: make inclusion of irda and bluetooth tasks contingent upon COMBINED_FEATURES X-Git-Tag: Release-2010-05/1~3059 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3dede602a93dfe2657a14fd620bf397edeca98c0;p=openembedded.git opie-image: make inclusion of irda and bluetooth tasks contingent upon COMBINED_FEATURES --- 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