mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 02:10:04 +00:00
packagegroup-tools-bluetooth: correct RDEPENDS
RDEPENDS_${PN} is wrongly removed and then packagegroup-tools-bluetooth
requires no package now.
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -11,7 +11,7 @@ These tools are used at runtime."
|
|||||||
|
|
||||||
inherit packagegroup
|
inherit packagegroup
|
||||||
|
|
||||||
RDEPENDS_bluez5 = " \
|
RDEPENDS_${PN} = " \
|
||||||
bluez5-noinst-tools \
|
bluez5-noinst-tools \
|
||||||
bluez5-obex \
|
bluez5-obex \
|
||||||
bluez5-testtools \
|
bluez5-testtools \
|
||||||
|
|||||||
Reference in New Issue
Block a user