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)
committerKhem Raj <raj.khem@gmail.com>
Thu, 2 Dec 2010 19:20:19 +0000 (11:20 -0800)
commit9f5ae5c742bfc4b81659133bd6f15f5ef56f57ac
tree478a284fd347b7c468e07b26b0552ec985d642d2
parentfe2fd634f211bd772982713c1b5e6e566cfe845d
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