mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
040f75eca2
commit
ddeb144931
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user