Tom Joseph | 43110e9 | 2020-06-19 12:59:53 +0530 | [diff] [blame^] | 1 | SUMMARY = "Service configuration manager daemon to control the service" |
| 2 | DESCRIPTION = "Applications must use service manager daemon to configure \ |
| 3 | phosphor-ipmi-net, bmcweb, obmc-console etc in the system, \ |
| 4 | instead of directly controlling the same using 'systemd' or \ |
| 5 | 'iptables'." |
| 6 | |
| 7 | PR = "r1" |
| 8 | PV = "1.0+git${SRCPV}" |
| 9 | |
| 10 | inherit meson pkgconfig systemd |
| 11 | |
| 12 | require srvcfg-manager.inc |
| 13 | |
| 14 | S = "${WORKDIR}/git" |
| 15 | SYSTEMD_SERVICE_${PN} = "srvcfg-manager.service" |
| 16 | |
| 17 | DEPENDS += " \ |
| 18 | boost \ |
| 19 | phosphor-logging \ |
| 20 | sdbusplus \ |
| 21 | sdbusplus-native \ |
| 22 | systemd \ |
| 23 | " |