[oe-commits] Phil Blundell : kernel.bbclass, task-base: remove references to obsolete bluez-dtl1-workaround

git version control git at git.openembedded.org
Fri Jul 15 16:26:35 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: ddeb1449313082536b903faee9621488cc62dfb0
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=ddeb1449313082536b903faee9621488cc62dfb0

Author: Phil Blundell <pb at pbcl.net>
Date:   Thu Jul  7 17:02:24 2011 +0100

kernel.bbclass, task-base: remove references to obsolete bluez-dtl1-workaround

Signed-off-by: Phil Blundell <philb at gnu.org>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/classes/kernel.bbclass |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/meta-oe/classes/kernel.bbclass b/meta-oe/classes/kernel.bbclass
index 89aeb92..7e594e4 100644
--- a/meta-oe/classes/kernel.bbclass
+++ b/meta-oe/classes/kernel.bbclass
@@ -250,11 +250,6 @@ ALLOW_EMPTY_kernel = "1"
 ALLOW_EMPTY_kernel-base = "1"
 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
 	mkdir -p $D/lib/modules/${KERNEL_VERSION}





More information about the Openembedded-commits mailing list