summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Blundell <pb@pbcl.net>2011-07-07 17:02:24 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-07-15 17:03:38 +0200
commitddeb1449313082536b903faee9621488cc62dfb0 (patch)
tree600312236c5516463b0c6789581f50549cdfcb45
parent040f75eca217c79fed7b881589d9bb36358cffe1 (diff)
downloadmeta-openembedded-ddeb1449313082536b903faee9621488cc62dfb0.tar.gz
kernel.bbclass, task-base: remove references to obsolete bluez-dtl1-workaround
Signed-off-by: Phil Blundell <philb@gnu.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--meta-oe/classes/kernel.bbclass5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta-oe/classes/kernel.bbclass b/meta-oe/classes/kernel.bbclass
index 89aeb92c5..7e594e44d 100644
--- a/meta-oe/classes/kernel.bbclass
+++ b/meta-oe/classes/kernel.bbclass
@@ -250,11 +250,6 @@ ALLOW_EMPTY_kernel = "1"
250ALLOW_EMPTY_kernel-base = "1" 250ALLOW_EMPTY_kernel-base = "1"
251ALLOW_EMPTY_kernel-image = "1" 251ALLOW_EMPTY_kernel-image = "1"
252 252
253# Userspace workarounds for kernel modules issues
254# This is shame, fix the kernel instead!
255DEPENDS_kernel-module-dtl1-cs = "bluez-dtl1-workaround"
256RDEPENDS_kernel-module-dtl1-cs = "bluez-dtl1-workaround"
257
258pkg_postinst_kernel-image () { 253pkg_postinst_kernel-image () {
259if [ ! -e "$D/lib/modules/${KERNEL_VERSION}" ]; then 254if [ ! -e "$D/lib/modules/${KERNEL_VERSION}" ]; then
260 mkdir -p $D/lib/modules/${KERNEL_VERSION} 255 mkdir -p $D/lib/modules/${KERNEL_VERSION}