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>
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 7ef9e34..0000000
--- 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 7b45d15..f52b1a8 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 @@
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"
+
+SRC_URI = "git://github.com/openbmc/service-config-manager"
+SRCREV = "83241c09ec5acfb894da08c10dfd574034c33ff9"
inherit meson pkgconfig systemd
-require srvcfg-manager.inc
-
S = "${WORKDIR}/git"
SYSTEMD_SERVICE_${PN} = "srvcfg-manager.service"
-DEPENDS += " \
+DEPENDS = " \
boost \
phosphor-logging \
sdbusplus \
- sdbusplus-native \
systemd \
"
\ No newline at end of file