kernel.bbclass: put bluez-dtl1-workaround to DEPENDS directly
authorMartin Jansa <Martin.Jansa@gmail.com>
Tue, 10 Aug 2010 19:37:29 +0000 (21:37 +0200)
committerMartin Jansa <Martin.Jansa@gmail.com>
Thu, 2 Dec 2010 13:51:13 +0000 (14:51 +0100)
commitdc99b2cd848cc6ae2167d448183b86762a9e8ddf
tree91f182332bcd1f930a1425810b6aa54ea000e342
parent6c9b8172781087197fe42331ddb91a78c08794ff
kernel.bbclass: put bluez-dtl1-workaround to DEPENDS directly

* DEPENDS_kernel-module-dtl1-cs aren't probably included in run queue
* RDEPENDS_kernel-module-dtl1-cs probably also doesn't put it to run queue,
  because kernel-module-* are created by
  PACKAGES_DYNAMIC += "kernel-module-*"
  so not even known before even building kernel, but does work ok in runtime
* bluez-dtl1-workaround is small and fast to build so won't hurt to
  build even when kernel doesn't have this bluez module enabled in
  defconfig

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
classes/kernel.bbclass
recipes/tasks/task-base.bb