summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/srvcfg-manager
diff options
context:
space:
mode:
authorTom Joseph <tomjoseph@in.ibm.com>2020-06-29 19:42:26 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-07-01 02:06:59 +0300
commit30f9b7eb572e4103ccae3054edfed36f663ff300 (patch)
tree3cf77077d65d12344019b54512afe35e4bd27a9d /meta-phosphor/recipes-phosphor/srvcfg-manager
parent4054df21e63fc380e6b9786d38ecd8fb609c14a6 (diff)
downloadopenbmc-30f9b7eb572e4103ccae3054edfed36f663ff300.tar.xz
srvcfg-manager: Fix the recipe
Move all the metadata to a single file until such a need for an include file arises. (From meta-phosphor rev: 88ee7cfbb7a3cfe72ace119fd1d0df2a15af40d7) Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com> Change-Id: I07d495c085f6311f034399b938e5144512a97bd5 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
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