mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +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>
This commit is contained in:
parent
97c9e5c38d
commit
deaa4c111f
@ -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