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
69b1bfbdad
commit
3a0b031550
|
|
@ -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 = " \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue