summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorMatthew Barth <msbarth@us.ibm.com>2016-10-14 18:50:18 +0300
committerPatrick Williams <patrick@stwcx.xyz>2016-10-20 22:16:31 +0300
commitf7379cdeab07c6e11acf90285bcf77026f205a7f (patch)
tree1710cfbb435b20adb829c1efefdec8ca456d4fce /meta-phosphor
parentfc77ec4cee68b76294c4b69948545b77e4ee6d93 (diff)
downloadopenbmc-f7379cdeab07c6e11acf90285bcf77026f205a7f.tar.xz
inarp: Convert build process to autotools
Change-Id: I5bd2779102d21ef4847a13d7a01eea682cd8928c Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/common/recipes-phosphor/inarp/inarp.bb12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/inarp/inarp.bb b/meta-phosphor/common/recipes-phosphor/inarp/inarp.bb
index 11d2414f3..10a5196d9 100644
--- a/meta-phosphor/common/recipes-phosphor/inarp/inarp.bb
+++ b/meta-phosphor/common/recipes-phosphor/inarp/inarp.bb
@@ -3,15 +3,15 @@ DESCRIPTION = "Daemon to respond to Inverse-ARP requests"
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"