Tom Joseph | 5a1a1ed | 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'." |
Tom Joseph | 88ee7cf | 2020-06-29 22:12:26 +0530 | [diff] [blame] | 6 | HOMEPAGE = "https://github.com/openbmc/service-config-manager" |
Tom Joseph | 5a1a1ed | 2020-06-19 12:59:53 +0530 | [diff] [blame] | 7 | PR = "r1" |
| 8 | PV = "1.0+git${SRCPV}" |
Tom Joseph | 88ee7cf | 2020-06-29 22:12:26 +0530 | [diff] [blame] | 9 | LICENSE = "Apache-2.0" |
| 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7becf906c8f8d03c237bad13bc3dac53" |
| 11 | |
| 12 | SRC_URI = "git://github.com/openbmc/service-config-manager" |
Andrew Geissler | 3519f9e | 2020-07-31 04:41:30 +0000 | [diff] [blame] | 13 | SRCREV = "1f3813f819f11b27f515891c239113f0b4e60936" |
Tom Joseph | 5a1a1ed | 2020-06-19 12:59:53 +0530 | [diff] [blame] | 14 | |
| 15 | inherit meson pkgconfig systemd |
| 16 | |
Tom Joseph | 5a1a1ed | 2020-06-19 12:59:53 +0530 | [diff] [blame] | 17 | S = "${WORKDIR}/git" |
| 18 | SYSTEMD_SERVICE_${PN} = "srvcfg-manager.service" |
| 19 | |
Tom Joseph | 88ee7cf | 2020-06-29 22:12:26 +0530 | [diff] [blame] | 20 | DEPENDS = " \ |
Tom Joseph | 5a1a1ed | 2020-06-19 12:59:53 +0530 | [diff] [blame] | 21 | boost \ |
| 22 | phosphor-logging \ |
| 23 | sdbusplus \ |
Tom Joseph | 5a1a1ed | 2020-06-19 12:59:53 +0530 | [diff] [blame] | 24 | systemd \ |
| 25 | " |