blob: c6140b300a6a97c0122540c27437628eea1f98c1 [file] [log] [blame]
Tom Joseph43110e92020-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 Joseph30f9b7e2020-06-29 22:12:26 +05306HOMEPAGE = "https://github.com/openbmc/service-config-manager"
Tom Joseph30f9b7e2020-06-29 22:12:26 +05307LICENSE = "Apache-2.0"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=7becf906c8f8d03c237bad13bc3dac53"
Tom Joseph30f9b7e2020-06-29 22:12:26 +05309DEPENDS = " \
Tom Joseph43110e92020-06-19 12:59:53 +053010 boost \
11 phosphor-logging \
12 sdbusplus \
Tom Joseph43110e92020-06-19 12:59:53 +053013 systemd \
Ed Tanous9936f862022-09-19 09:13:20 -070014 "
Andrew Geisslerabf8c272022-12-12 09:40:31 -060015SRCREV = "7a0aac564196c9edae7da3d3073b0eb3940df6f3"
Ed Tanous9936f862022-09-19 09:13:20 -070016PV = "1.0+git${SRCPV}"
17PR = "r1"
18
19SRC_URI = "git://github.com/openbmc/service-config-manager;branch=master;protocol=https"
20
21S = "${WORKDIR}/git"
22SYSTEMD_SERVICE:${PN} = "srvcfg-manager.service"
23
24inherit meson pkgconfig systemd