summaryrefslogtreecommitdiff
path: root/meta-ibs/meta-common/recipes-phosphor/system/callback-manager.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ibs/meta-common/recipes-phosphor/system/callback-manager.bb')
-rw-r--r--meta-ibs/meta-common/recipes-phosphor/system/callback-manager.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-ibs/meta-common/recipes-phosphor/system/callback-manager.bb b/meta-ibs/meta-common/recipes-phosphor/system/callback-manager.bb
new file mode 100644
index 0000000000..9f74bc7c8d
--- /dev/null
+++ b/meta-ibs/meta-common/recipes-phosphor/system/callback-manager.bb
@@ -0,0 +1,19 @@
+SUMMARY = "Callback Manager"
+DESCRIPTION = "D-Bus daemon that registers matches that trigger method calls"
+
+SRC_URI = "git://github.com/openbmc/s2600wf-misc;branch=master;protocol=https"
+
+inherit cmake systemd
+DEPENDS = "boost sdbusplus"
+
+PV = "0.1+git${SRCPV}"
+SRCREV = "ff1c36e5f7c698269f0dd11bbaf634a76c3e9468"
+
+S = "${WORKDIR}/git/callback-manager"
+
+SYSTEMD_SERVICE:${PN} += "callback-manager.service"
+
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENCE;md5=7becf906c8f8d03c237bad13bc3dac53"
+
+EXTRA_OECMAKE = "-DYOCTO=1"