From: Paul Sokolovsky Date: Thu, 5 Jul 2007 11:24:00 +0000 (+0000) Subject: kernel.bbclass: DEPEND on bluez-dtl1-workaround, not just RDEPEND. X-Git-Tag: Release-2010-05/1~8868^2~216^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=725d9b9289e84ad450fe9a037bd78eaa50c1206f;p=openembedded.git kernel.bbclass: DEPEND on bluez-dtl1-workaround, not just RDEPEND. --- diff --git a/classes/kernel.bbclass b/classes/kernel.bbclass index 3a95fa787a..afbea42391 100644 --- a/classes/kernel.bbclass +++ b/classes/kernel.bbclass @@ -185,7 +185,7 @@ ALLOW_EMPTY_kernel-image = "1" # Userspace workarounds for kernel modules issues # This is shame, fix the kernel instead! -RDEPENDS_kernel-module-dtl1-cs = "bluez-dtl1-workaround" +DEPENDS_kernel-module-dtl1-cs = "bluez-dtl1-workaround" pkg_postinst_kernel-image () { if [ ! -e "$D/lib/modules/${KERNEL_VERSION}" ]; then