git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e425eac
)
kernel.bbclass: DEPEND on bluez-dtl1-workaround, not just RDEPEND.
author
Paul Sokolovsky
<pmiscml@gmail.com>
Thu, 5 Jul 2007 11:24:00 +0000
(11:24 +0000)
committer
Paul Sokolovsky
<pmiscml@gmail.com>
Thu, 5 Jul 2007 11:24:00 +0000
(11:24 +0000)
classes/kernel.bbclass
patch
|
blob
|
history
diff --git
a/classes/kernel.bbclass
b/classes/kernel.bbclass
index
3a95fa7
..
afbea42
100644
(file)
--- 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!
-
R
DEPENDS_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