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'." |
Tom Joseph | 30f9b7e | 2020-06-29 22:12:26 +0530 | [diff] [blame] | 6 | HOMEPAGE = "https://github.com/openbmc/service-config-manager" |
Tom Joseph | 30f9b7e | 2020-06-29 22:12:26 +0530 | [diff] [blame] | 7 | LICENSE = "Apache-2.0" |
| 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7becf906c8f8d03c237bad13bc3dac53" |
Tom Joseph | 30f9b7e | 2020-06-29 22:12:26 +0530 | [diff] [blame] | 9 | DEPENDS = " \ |
Tom Joseph | 43110e9 | 2020-06-19 12:59:53 +0530 | [diff] [blame] | 10 | boost \ |
| 11 | phosphor-logging \ |
| 12 | sdbusplus \ |
Tom Joseph | 43110e9 | 2020-06-19 12:59:53 +0530 | [diff] [blame] | 13 | systemd \ |
Ed Tanous | 9936f86 | 2022-09-19 09:13:20 -0700 | [diff] [blame] | 14 | " |
Andrew Geissler | f423286 | 2023-10-26 10:10:51 -0500 | [diff] [blame] | 15 | SRCREV = "d8effd63e885cb755aa44665d833b20f187c0e53" |
Ed Tanous | 9936f86 | 2022-09-19 09:13:20 -0700 | [diff] [blame] | 16 | PV = "1.0+git${SRCPV}" |
| 17 | PR = "r1" |
| 18 | |
| 19 | SRC_URI = "git://github.com/openbmc/service-config-manager;branch=master;protocol=https" |
| 20 | |
| 21 | S = "${WORKDIR}/git" |
| 22 | SYSTEMD_SERVICE:${PN} = "srvcfg-manager.service" |
| 23 | |
| 24 | inherit meson pkgconfig systemd |