diff options
author | Phil Blundell <pb@pbcl.net> | 2011-07-07 17:02:24 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-12 15:21:26 +0100 |
commit | 88c6c7abbfbd57ac984547f7f0fa92b808b3d3a6 (patch) | |
tree | 5137cc51c270f9c8bff447e3d209647e83913092 /meta/classes | |
parent | 9b36cd78ffc8271d5b2eee09bd546f2603cfebec (diff) | |
download | poky-88c6c7abbfbd57ac984547f7f0fa92b808b3d3a6.tar.gz |
kernel.bbclass, task-base: remove references to obsolete bluez-dtl1-workaround
(From OE-Core rev: a78b644a8aebd078b9cc51bf7d102feef8191d95)
Signed-off-by: Phil Blundell <philb@gnu.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/kernel.bbclass | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index 1a71df64ba..e441748bf8 100644 --- a/meta/classes/kernel.bbclass +++ b/meta/classes/kernel.bbclass | |||
@@ -243,11 +243,6 @@ ALLOW_EMPTY_kernel = "1" | |||
243 | ALLOW_EMPTY_kernel-base = "1" | 243 | ALLOW_EMPTY_kernel-base = "1" |
244 | ALLOW_EMPTY_kernel-image = "1" | 244 | ALLOW_EMPTY_kernel-image = "1" |
245 | 245 | ||
246 | # Userspace workarounds for kernel modules issues | ||
247 | # This is shame, fix the kernel instead! | ||
248 | DEPENDS_kernel-module-dtl1-cs = "bluez-dtl1-workaround" | ||
249 | RDEPENDS_kernel-module-dtl1-cs = "bluez-dtl1-workaround" | ||
250 | |||
251 | pkg_postinst_kernel-image () { | 246 | pkg_postinst_kernel-image () { |
252 | if [ ! -e "$D/lib/modules/${KERNEL_VERSION}" ]; then | 247 | if [ ! -e "$D/lib/modules/${KERNEL_VERSION}" ]; then |
253 | mkdir -p $D/lib/modules/${KERNEL_VERSION} | 248 | mkdir -p $D/lib/modules/${KERNEL_VERSION} |