From: Paul Sokolovsky Date: Thu, 5 Jul 2007 12:48:04 +0000 (+0000) Subject: kernel.bbclass: Oh ok, we need both DEPENDS and RDEPENDS. X-Git-Tag: Release-2010-05/1~8868^2~216^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ed2875b6c56be3a2f2b9db557e22024d3e92dd6;p=openembedded.git kernel.bbclass: Oh ok, we need both DEPENDS and RDEPENDS. --- 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