mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-07-21 06:05:14 +00:00
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> (cherry picked from commit deaa4c111fd3cb12dd7d6cba0550316d71dd8b07) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
parent
8aca18fe33
commit
db86493987
@ -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}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user