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:
Alexandre Bard 2021-01-19 10:28:22 +01:00
parent 9361b9851c
commit 36546bdf67
1 changed files with 2 additions and 1 deletions

View File

@ -10,9 +10,10 @@ PR = "r2"
inherit systemd inherit systemd
inherit allarch inherit allarch
RDEPENDS_{PN} = "\ RDEPENDS_${PN} = "\
firmware-ti-wl18xx \ firmware-ti-wl18xx \
bash \ bash \
libgpiod-tools \
" "
SRC_URI = " \ SRC_URI = " \