Revert "qtconnectivity, qtsystems: fix bluetooth support"
A patch sent upstream has been finally merged so this commit is not
needed anymore.
This reverts commit 6a66656161.
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
e021f738ee
commit
8260fb9226
|
|
@ -1,8 +0,0 @@
|
|||
# Copyright (C) 2016 Digi International
|
||||
|
||||
inherit bluetooth
|
||||
|
||||
PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '', d)}"
|
||||
PACKAGECONFIG[bluez] = "CONFIG+=OE_BLUEZ_ENABLED,,${BLUEZ}"
|
||||
|
||||
EXTRA_QMAKEVARS_PRE += "${EXTRA_OECONF}"
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
# Copyright (C) 2016 Digi International
|
||||
|
||||
inherit bluetooth
|
||||
|
||||
PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '', d)}"
|
||||
PACKAGECONFIG[bluez] = "CONFIG+=OE_BLUEZ_ENABLED,,${BLUEZ}"
|
||||
|
||||
EXTRA_QMAKEVARS_PRE += "${EXTRA_OECONF}"
|
||||
Loading…
Reference in New Issue