diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-07-05 12:48:04 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-07-05 12:48:04 +0000 |
commit | 2ed2875b6c56be3a2f2b9db557e22024d3e92dd6 (patch) | |
tree | 98b170b114c317222a9187c11869996ec5e68a6c | |
parent | 725d9b9289e84ad450fe9a037bd78eaa50c1206f (diff) |
kernel.bbclass: Oh ok, we need both DEPENDS and RDEPENDS.
-rw-r--r-- | classes/kernel.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/kernel.bbclass b/classes/kernel.bbclass index afbea42391..658bbbf675 100644 --- a/classes/kernel.bbclass +++ b/classes/kernel.bbclass @@ -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 |