cukinia: add libgpiod-tools to RRECOMMENDS

The cukinia statement `cukinia_gpio_libgpiod` requires the `gpioinfo`
command. Alternatively, the deprecated sysfs GPIO API can be used with
`cukinia_gpio_sysfs`.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Enguerrand de Ribaucourt 2023-06-08 15:51:12 +02:00 committed by Khem Raj
parent 97c9e5c38d
commit deaa4c111f

View File

@ -15,6 +15,8 @@ S = "${WORKDIR}/git"
inherit allarch
RRECOMMENDS:${PN} = "libgpiod-tools"
do_install () {
install -d ${D}${sbindir}
install -m 0755 ${S}/cukinia ${D}${sbindir}