From f7379cdeab07c6e11acf90285bcf77026f205a7f Mon Sep 17 00:00:00 2001 From: Matthew Barth Date: Fri, 14 Oct 2016 10:50:18 -0500 Subject: inarp: Convert build process to autotools Change-Id: I5bd2779102d21ef4847a13d7a01eea682cd8928c Signed-off-by: Matthew Barth --- meta-phosphor/common/recipes-phosphor/inarp/inarp.bb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'meta-phosphor') 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" -- cgit v1.2.3