meta-phosphor: set phosphor-host-postd as git recipe

Renamed the phosphor-host-postd.bb to phosphor-host-postd_git.bb.  This
recipe is new enough that such a change should have a minimal impact.

Change-Id: I1975fc9a496b8d6c5913f6f24e42dd6f691a4f0a
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/recipes-phosphor/host/phosphor-host-postd.inc b/recipes-phosphor/host/phosphor-host-postd.inc
deleted file mode 100644
index 5e61ad8..0000000
--- a/recipes-phosphor/host/phosphor-host-postd.inc
+++ /dev/null
@@ -1,6 +0,0 @@
-HOMEPAGE = "http://github.com/openbmc/phosphor-host-postd"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
-SRC_URI += "git://github.com/openbmc/phosphor-host-postd"
-SRCREV = "1c16ad897b629442c6682e5d5062bdaad6caa150"
-
diff --git a/recipes-phosphor/host/phosphor-host-postd.bb b/recipes-phosphor/host/phosphor-host-postd_git.bb
similarity index 70%
rename from recipes-phosphor/host/phosphor-host-postd.bb
rename to recipes-phosphor/host/phosphor-host-postd_git.bb
index 7d6b9f7..8d19ce4 100644
--- a/recipes-phosphor/host/phosphor-host-postd.bb
+++ b/recipes-phosphor/host/phosphor-host-postd_git.bb
@@ -1,6 +1,10 @@
 SUMMARY = "Phosphor OpenBMC Post Code Daemon"
 DESCRIPTION = "Phosphor OpenBMC Post Code Daemon"
+HOMEPAGE = "http://github.com/openbmc/phosphor-host-postd"
 PR = "r1"
+PV = "0.1+git${SRCPV}"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 
 inherit autotools pkgconfig
 inherit obmc-phosphor-systemd
@@ -13,6 +17,10 @@
 
 RDEPENDS_${PN} += "sdbusplus sdeventplus phosphor-dbus-interfaces"
 
+S = "${WORKDIR}/git"
+SRC_URI = "git://github.com/openbmc/phosphor-host-postd"
+SRCREV = "1c16ad897b629442c6682e5d5062bdaad6caa150"
+
 SNOOP_DEVICE ?= "aspeed-lpc-snoop0"
 POST_CODE_BYTES ?= "1"
 
@@ -20,8 +28,3 @@
 SYSTEMD_SERVICE_${PN} += "${SERVICE_FILE}"
 SYSTEMD_SUBSTITUTIONS += "SNOOP_DEVICE:${SNOOP_DEVICE}:${SERVICE_FILE}"
 SYSTEMD_SUBSTITUTIONS += "POST_CODE_BYTES:${POST_CODE_BYTES}:${SERVICE_FILE}"
-
-require ${PN}.inc
-
-S = "${WORKDIR}/git"
-