srvcfg-manager: Fix the recipe

Move all the metadata to a single file until such a need for an
include file arises.

Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
Change-Id: Ia4dce4898a0b463e7f9e660011e2814a71e414e1
diff --git a/recipes-phosphor/srvcfg-manager/srvcfg-manager_git.bb b/recipes-phosphor/srvcfg-manager/srvcfg-manager_git.bb
index 7b45d15..f52b1a8 100644
--- a/recipes-phosphor/srvcfg-manager/srvcfg-manager_git.bb
+++ b/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