inarp: Convert build process to autotools

Change-Id: I5bd2779102d21ef4847a13d7a01eea682cd8928c
Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
diff --git a/common/recipes-phosphor/inarp/inarp.bb b/common/recipes-phosphor/inarp/inarp.bb
index 11d2414..10a5196 100644
--- a/common/recipes-phosphor/inarp/inarp.bb
+++ b/common/recipes-phosphor/inarp/inarp.bb
@@ -3,15 +3,15 @@
 HOMEPAGE = "http://github.com/openbmc/inarp"
 PR = "r1"
 
+inherit autotools
 inherit obmc-phosphor-license
-inherit obmc-phosphor-c-daemon
 
-TARGET_CFLAGS   += "-fpic -O2"
-
+DEPENDS += "autoconf-archive-native"
 RDEPENDS_${PN} += "network"
-SRC_URI += "git://github.com/openbmc/inarp"
 
-SRCREV = "04d1f97f2e6e471d63c7d56dce7bd8472eb8fbfb"
+SRC_URI += "git://github.com/openbmc/inarp"
+SRCREV = "2af0b2d9787e4fbb41f3714c182e8ea5f433e8bb"
 
 S = "${WORKDIR}/git"
-INSTALL_NAME = "inarp"
+
+exec_prefix="/usr/local"