From 36546bdf67bd664a63f2c2d1cbe12bffe8761880 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Tue, 19 Jan 2021 10:28:22 +0100 Subject: [PATCH] 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 --- recipes-connectivity/tibluetooth/tibluetooth.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-connectivity/tibluetooth/tibluetooth.bb b/recipes-connectivity/tibluetooth/tibluetooth.bb index cc8c393..a0e250a 100644 --- a/recipes-connectivity/tibluetooth/tibluetooth.bb +++ b/recipes-connectivity/tibluetooth/tibluetooth.bb @@ -10,9 +10,10 @@ PR = "r2" inherit systemd inherit allarch -RDEPENDS_{PN} = "\ +RDEPENDS_${PN} = "\ firmware-ti-wl18xx \ bash \ + libgpiod-tools \ " SRC_URI = " \