kernel.bbclass: Oh ok, we need both DEPENDS and RDEPENDS.
authorPaul Sokolovsky <pmiscml@gmail.com>
Thu, 5 Jul 2007 12:48:04 +0000 (12:48 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Thu, 5 Jul 2007 12:48:04 +0000 (12:48 +0000)
classes/kernel.bbclass

index afbea42..658bbbf 100644 (file)
@@ -186,6 +186,7 @@ ALLOW_EMPTY_kernel-image = "1"
 # Userspace workarounds for kernel modules issues
 # This is shame, fix the kernel instead!
 DEPENDS_kernel-module-dtl1-cs = "bluez-dtl1-workaround"
+RDEPENDS_kernel-module-dtl1-cs = "bluez-dtl1-workaround"
 
 pkg_postinst_kernel-image () {
 if [ ! -e "$D/lib/modules/${KERNEL_VERSION}" ]; then