From: Paul Sokolovsky Date: Sat, 7 Jul 2007 14:55:26 +0000 (+0000) Subject: task-base.bb: Add explicit dependency on bluez-dtl1-workaround to task-base-bluetooth. X-Git-Tag: Release-2010-05/1~8868^2~189^2~3^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28b9c1316a2e2d36e4fe5482c7ff91e8dd0571b1;p=openembedded.git task-base.bb: Add explicit dependency on bluez-dtl1-workaround to task-base-bluetooth. * As a workaround for bitbake's issued with handling DEPENDS on a PACKAGES_DYNAMIC-generated package. --- diff --git a/packages/tasks/task-base.bb b/packages/tasks/task-base.bb index 1ef70f63cd..c7dbf15388 100644 --- a/packages/tasks/task-base.bb +++ b/packages/tasks/task-base.bb @@ -1,5 +1,5 @@ DESCRIPTION = "Merge machine and distro options to create a basic machine task/package" -PR = "r38" +PR = "r39" DEPENDS = "task-boot" PROVIDES = "${PACKAGES}" @@ -239,7 +239,11 @@ RRECOMMENDS_task-base-bluetooth = "\ ${@base_contains('COMBINED_FEATURES', 'pcmcia', 'kernel-module-bluetooth3c-cs', '',d)} \ ${@base_contains('COMBINED_FEATURES', 'pcmcia', 'kernel-module-bluecard-cs', '',d)} \ ${@base_contains('COMBINED_FEATURES', 'pcmcia', 'kernel-module-bluetoothuart-cs', '',d)} \ - ${@base_contains('COMBINED_FEATURES', 'pcmcia', 'kernel-module-dtl1-cs', '',d)}" + ${@base_contains('COMBINED_FEATURES', 'pcmcia', 'kernel-module-dtl1-cs', '',d)} \ + ${@base_contains('COMBINED_FEATURES', 'pcmcia', 'bluez-dtl1-workaround', '',d)} \ + " +# bluez-dtl1-workaround above is workaround for bitbake not handling DEPENDS on it in +# kernel.bbclass. It should be there as long as kernel-module-dtl1-cs is, but not longer. RDEPENDS_task-base-irda = "\ irda-utils"