blob: a37cf59e60e124e9ec4d44e0a58664451046f469 [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 Joseph43110e92020-06-19 12:59:53 +05307PR = "r1"
8PV = "1.0+git${SRCPV}"
Tom Joseph30f9b7e2020-06-29 22:12:26 +05309LICENSE = "Apache-2.0"
10LIC_FILES_CHKSUM = "file://LICENSE;md5=7becf906c8f8d03c237bad13bc3dac53"
11
Patrick Williamsbb99d222022-01-24 15:55:09 -060012SRC_URI = "git://github.com/openbmc/service-config-manager;branch=master;protocol=https"
Andrew Geissler14996aa2022-08-04 22:50:55 -050013SRCREV = "af2b835f9ae7edd06cf234f5b95b7cd51cb80ebc"
Tom Joseph43110e92020-06-19 12:59:53 +053014
15inherit meson pkgconfig systemd
16
Tom Joseph43110e92020-06-19 12:59:53 +053017S = "${WORKDIR}/git"
Patrick Williams12fc9392021-08-06 09:16:53 -050018SYSTEMD_SERVICE:${PN} = "srvcfg-manager.service"
Tom Joseph43110e92020-06-19 12:59:53 +053019
Tom Joseph30f9b7e2020-06-29 22:12:26 +053020DEPENDS = " \
Tom Joseph43110e92020-06-19 12:59:53 +053021 boost \
22 phosphor-logging \
23 sdbusplus \
Tom Joseph43110e92020-06-19 12:59:53 +053024 systemd \
25 "