summaryrefslogtreecommitdiff
path: root/meta-intel/meta-common/recipes-core/service-config-manager/service-config-manager_git.bb
diff options
context:
space:
mode:
authorJason M. Bills <jason.m.bills@linux.intel.com>2020-12-08 00:38:17 +0300
committerJason M. Bills <jason.m.bills@linux.intel.com>2020-12-08 00:38:17 +0300
commit8d6ae7f2a817751fad151168fa10ce28ee0869d8 (patch)
tree281032f7ec07c41589aa094bd165cc2a98f2d3a7 /meta-intel/meta-common/recipes-core/service-config-manager/service-config-manager_git.bb
parentc16fb8893b19075db4bcf3b5bf33c1db8c3ca2bd (diff)
parent5da3c2284560a7e08ffafd03c5b5ba44a3242228 (diff)
downloadopenbmc-8d6ae7f2a817751fad151168fa10ce28ee0869d8.tar.xz
Merge tag '0.26' of ssh://git-amr-1.devtools.intel.com:29418/openbmc-openbmc into update
Diffstat (limited to 'meta-intel/meta-common/recipes-core/service-config-manager/service-config-manager_git.bb')
-rw-r--r--meta-intel/meta-common/recipes-core/service-config-manager/service-config-manager_git.bb28
1 files changed, 0 insertions, 28 deletions
diff --git a/meta-intel/meta-common/recipes-core/service-config-manager/service-config-manager_git.bb b/meta-intel/meta-common/recipes-core/service-config-manager/service-config-manager_git.bb
deleted file mode 100644
index 10e38be0b..000000000
--- a/meta-intel/meta-common/recipes-core/service-config-manager/service-config-manager_git.bb
+++ /dev/null
@@ -1,28 +0,0 @@
-SUMMARY = "Service configuration manager daemon to control service properties"
-DESCRIPTION = "Daemon controls service properies like port, channels, state etc.."
-
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=7becf906c8f8d03c237bad13bc3dac53"
-inherit cmake systemd
-
-SRC_URI = "git://github.com/openbmc/service-config-manager"
-
-PV = "0.1+git${SRCPV}"
-SRCREV = "ee853eb2d865c7da9eec99cdcac04f8aee750e49"
-
-S = "${WORKDIR}/git"
-
-SYSTEMD_SERVICE_${PN} = "srvcfg-manager.service"
-
-DEPENDS += " \
- systemd \
- sdbusplus \
- sdbusplus-native \
- phosphor-logging \
- boost \
- "
-RDEPENDS_${PN} += " \
- libsystemd \
- sdbusplus \
- phosphor-logging \
- "