blob: 1e34ccadfba35c26dba5b818bca7589a7e201b0b [file] [log] [blame]
Tom Joseph5a1a1ed2020-06-19 12:59:53 +05301SUMMARY = "Service configuration manager daemon to control the service"
2DESCRIPTION = "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 Joseph88ee7cf2020-06-29 22:12:26 +05306HOMEPAGE = "https://github.com/openbmc/service-config-manager"
Tom Joseph5a1a1ed2020-06-19 12:59:53 +05307PR = "r1"
8PV = "1.0+git${SRCPV}"
Tom Joseph88ee7cf2020-06-29 22:12:26 +05309LICENSE = "Apache-2.0"
10LIC_FILES_CHKSUM = "file://LICENSE;md5=7becf906c8f8d03c237bad13bc3dac53"
11
12SRC_URI = "git://github.com/openbmc/service-config-manager"
Andrew Geisslerbbff99e2020-07-16 21:42:01 +000013SRCREV = "ba2c083ebaae5a0e9ba87358f67b620e0345f4b9"
Tom Joseph5a1a1ed2020-06-19 12:59:53 +053014
15inherit meson pkgconfig systemd
16
Tom Joseph5a1a1ed2020-06-19 12:59:53 +053017S = "${WORKDIR}/git"
18SYSTEMD_SERVICE_${PN} = "srvcfg-manager.service"
19
Tom Joseph88ee7cf2020-06-29 22:12:26 +053020DEPENDS = " \
Tom Joseph5a1a1ed2020-06-19 12:59:53 +053021 boost \
22 phosphor-logging \
23 sdbusplus \
Tom Joseph5a1a1ed2020-06-19 12:59:53 +053024 systemd \
25 "