SUMMARY = "Gpio daemon service for handling gpio operations" DESCRIPTION = "Daemon allows to block gpio access under certain conditions" PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git/gpiodaemon" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" SRC_URI = "git://git@github.com/Intel-BMC/provingground.git;protocol=ssh" SRCREV = "f4d4bfc3296cb27feb17aa5d1d93b3061b56ce10" inherit cmake systemd SYSTEMD_SERVICE_${PN} = "gpiodaemon.service" DEPENDS = "boost systemd sdbusplus phosphor-logging"