jody-w1-bt-hcd: Add missing dependency

The BT script is using the libgpiod tools (gpioset, gpiofind).

Part of yocto update to dunfell release.

BugzID: 69636
This commit is contained in:
Alexandre Bard 2021-01-14 16:18:47 +01:00
parent 415cbd2a9d
commit 2fac485833
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
inherit systemd inherit systemd
RDEPENDS_${PN} += "libgpiod-tools"
FILESEXTRAPATHS_append := ":${THISDIR}/files" FILESEXTRAPATHS_append := ":${THISDIR}/files"
SRC_URI_append = " \ SRC_URI_append = " \