blob: d7d96c08049aa761bf07dd152d1989dd102449fe [file] [log] [blame]
Jeremy Kerr97b94152016-03-04 17:00:45 +08001SUMMARY = "Inverse ARP daemon"
2DESCRIPTION = "Daemon to respond to Inverse-ARP requests"
3HOMEPAGE = "http://github.com/openbmc/inarp"
4PR = "r1"
5
6inherit obmc-phosphor-license
7inherit obmc-phosphor-c-daemon
8
9TARGET_CFLAGS += "-fpic -O2"
10
11RDEPENDS_${PN} += "network"
12SRC_URI += "git://github.com/openbmc/inarp"
13
Jeremy Kerr3b3e46d2016-03-17 18:07:05 +080014SRCREV = "e3f27cf06cc2ca93ae9746ba705a0d9fc307cec2"
Jeremy Kerr97b94152016-03-04 17:00:45 +080015
16S = "${WORKDIR}/git"
17INSTALL_NAME = "inarp"