tibluetooth: Add missing dependency to gpio tools
This package contains gpioset, gpiofind, etc
This tools are required to access the gpios from shell scripts.
Also fixes the RDEPENDS ${PN}
BugzID: 65420
This commit is contained in:
parent
9361b9851c
commit
36546bdf67
|
|
@ -10,9 +10,10 @@ PR = "r2"
|
|||
inherit systemd
|
||||
inherit allarch
|
||||
|
||||
RDEPENDS_{PN} = "\
|
||||
RDEPENDS_${PN} = "\
|
||||
firmware-ti-wl18xx \
|
||||
bash \
|
||||
libgpiod-tools \
|
||||
"
|
||||
|
||||
SRC_URI = " \
|
||||
|
|
|
|||
Loading…
Reference in New Issue