summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/srvcfg-manager
diff options
context:
space:
mode:
Diffstat (limited to 'meta-phosphor/recipes-phosphor/srvcfg-manager')
-rw-r--r--meta-phosphor/recipes-phosphor/srvcfg-manager/srvcfg-manager.inc5
-rw-r--r--meta-phosphor/recipes-phosphor/srvcfg-manager/srvcfg-manager_git.bb12
2 files changed, 7 insertions, 10 deletions
diff --git a/meta-phosphor/recipes-phosphor/srvcfg-manager/srvcfg-manager.inc b/meta-phosphor/recipes-phosphor/srvcfg-manager/srvcfg-manager.inc
deleted file mode 100644
index 7ef9e3454d..0000000000
--- a/meta-phosphor/recipes-phosphor/srvcfg-manager/srvcfg-manager.inc
+++ /dev/null
@@ -1,5 +0,0 @@
-HOMEPAGE = "https://github.com/openbmc/service-config-manager"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=7becf906c8f8d03c237bad13bc3dac53"
-SRC_URI += "git://github.com/openbmc/service-config-manager"
-SRCREV = "83241c09ec5acfb894da08c10dfd574034c33ff9" \ No newline at end of file
diff --git a/meta-phosphor/recipes-phosphor/srvcfg-manager/srvcfg-manager_git.bb b/meta-phosphor/recipes-phosphor/srvcfg-manager/srvcfg-manager_git.bb
index 7b45d15d15..f52b1a8baf 100644
--- a/meta-phosphor/recipes-phosphor/srvcfg-manager/srvcfg-manager_git.bb
+++ b/meta-phosphor/recipes-phosphor/srvcfg-manager/srvcfg-manager_git.bb
@@ -3,21 +3,23 @@ DESCRIPTION = "Applications must use service manager daemon to configure \
phosphor-ipmi-net, bmcweb, obmc-console etc in the system, \
instead of directly controlling the same using 'systemd' or \
'iptables'."
-
+HOMEPAGE = "https://github.com/openbmc/service-config-manager"
PR = "r1"
PV = "1.0+git${SRCPV}"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=7becf906c8f8d03c237bad13bc3dac53"
-inherit meson pkgconfig systemd
+SRC_URI = "git://github.com/openbmc/service-config-manager"
+SRCREV = "83241c09ec5acfb894da08c10dfd574034c33ff9"
-require srvcfg-manager.inc
+inherit meson pkgconfig systemd
S = "${WORKDIR}/git"
SYSTEMD_SERVICE_${PN} = "srvcfg-manager.service"
-DEPENDS += " \
+DEPENDS = " \
boost \
phosphor-logging \
sdbusplus \
- sdbusplus-native \
systemd \
" \ No newline at end of file