meta-phosphor: inarp: rename as git

Rename inarp.bb to inarp_git.bb per OE norms.

Change-Id: If2a4f00b2eafd219c759904e9543c664e90cedbc
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/recipes-phosphor/network/inarp_git.bb b/recipes-phosphor/network/inarp_git.bb
new file mode 100644
index 0000000..7d5f14f
--- /dev/null
+++ b/recipes-phosphor/network/inarp_git.bb
@@ -0,0 +1,19 @@
+SUMMARY = "Inverse ARP daemon"
+DESCRIPTION = "Daemon to respond to Inverse-ARP requests"
+HOMEPAGE = "http://github.com/openbmc/inarp"
+PR = "r1"
+PV = "1.0+git${SRCPV}"
+
+inherit autotools
+inherit obmc-phosphor-license
+inherit obmc-phosphor-systemd
+
+DEPENDS += "autoconf-archive-native"
+RDEPENDS_${PN} += "network"
+
+SRC_URI += "git://github.com/openbmc/inarp"
+SRCREV = "6e296617f041d7665b2540151646af452088482c"
+
+S = "${WORKDIR}/git"
+
+exec_prefix="/usr/local"