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:
parent
415cbd2a9d
commit
2fac485833
|
|
@ -3,6 +3,8 @@
|
|||
|
||||
inherit systemd
|
||||
|
||||
RDEPENDS_${PN} += "libgpiod-tools"
|
||||
|
||||
FILESEXTRAPATHS_append := ":${THISDIR}/files"
|
||||
|
||||
SRC_URI_append = " \
|
||||
|
|
|
|||
Loading…
Reference in New Issue