summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-phosphor/gpiodaemon/gpiodaemon.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openbmc-mods/meta-common/recipes-phosphor/gpiodaemon/gpiodaemon.bb')
-rw-r--r--meta-openbmc-mods/meta-common/recipes-phosphor/gpiodaemon/gpiodaemon.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-openbmc-mods/meta-common/recipes-phosphor/gpiodaemon/gpiodaemon.bb b/meta-openbmc-mods/meta-common/recipes-phosphor/gpiodaemon/gpiodaemon.bb
deleted file mode 100644
index cef2fdcaa..000000000
--- a/meta-openbmc-mods/meta-common/recipes-phosphor/gpiodaemon/gpiodaemon.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-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 = "4373d99e1edcbb4c7233abde3a5e53690693007b"
-
-inherit cmake systemd
-SYSTEMD_SERVICE_${PN} = "gpiodaemon.service"
-
-DEPENDS = "boost systemd sdbusplus phosphor-logging"