meta-phosphor: slpd-lite: rename as git

Rename slpd-lite.bb to slpd-lite_git.bb per OE norms.

Change-Id: Ib2ebe1fc4dc8a2d53f43aae99e6a2387cf7e916d
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/recipes-phosphor/interfaces/slpd-lite_git.bb b/recipes-phosphor/interfaces/slpd-lite_git.bb
new file mode 100644
index 0000000..c4efa97
--- /dev/null
+++ b/recipes-phosphor/interfaces/slpd-lite_git.bb
@@ -0,0 +1,20 @@
+SUMMARY = "Lightweight SLP Server"
+DESCRIPTION = "Lightweight Unicast-only SLP Server"
+HOMEPAGE = "http://github.com/openbmc/slpd-lite"
+PR = "r1"
+PV = "1.0+git${SRCPV}"
+
+inherit autotools pkgconfig
+inherit obmc-phosphor-license
+inherit obmc-phosphor-systemd
+
+SYSTEMD_SERVICE_${PN} += "slpd-lite.service"
+
+DEPENDS += "systemd"
+DEPENDS += "autoconf-archive-native"
+
+SRC_URI += "git://github.com/openbmc/slpd-lite"
+
+SRCREV = "1f12e3805a69e8f7e5dada4b40e5c0860938a227"
+
+S = "${WORKDIR}/git"