bluetooth: Move bluez extensions in pg-extended
BugzID: 73593
This commit is contained in:
parent
778ed6defa
commit
f6db09681a
|
|
@ -7,7 +7,10 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
|
|
||||||
RDEPENDS_${PN}-base = " \
|
RDEPENDS_${PN}-base = " \
|
||||||
bluez5 \
|
bluez5 \
|
||||||
bluez5-obex \
|
|
||||||
bluez5-noinst-tools \
|
|
||||||
${@bb.utils.contains("MACHINE_FEATURES", "tibluetooth", "tibluetooth", "", d)} \
|
${@bb.utils.contains("MACHINE_FEATURES", "tibluetooth", "tibluetooth", "", d)} \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
RDEPENDS_${PN}-extended = " \
|
||||||
|
bluez5-obex \
|
||||||
|
bluez5-noinst-tools \
|
||||||
|
"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue