mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 02:10:04 +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:
committed by
Khem Raj
parent
97c9e5c38d
commit
deaa4c111f
@@ -15,6 +15,8 @@ S = "${WORKDIR}/git"
|
|||||||
|
|
||||||
inherit allarch
|
inherit allarch
|
||||||
|
|
||||||
|
RRECOMMENDS:${PN} = "libgpiod-tools"
|
||||||
|
|
||||||
do_install () {
|
do_install () {
|
||||||
install -d ${D}${sbindir}
|
install -d ${D}${sbindir}
|
||||||
install -m 0755 ${S}/cukinia ${D}${sbindir}
|
install -m 0755 ${S}/cukinia ${D}${sbindir}
|
||||||
|
|||||||
Reference in New Issue
Block a user