blob: 11d2414f31894d698a1553eb7473e4e2a99c84e5 [file] [log] [blame]
Jeremy Kerr1b898d32016-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
Adriana Kobylakbe731de2016-06-18 07:52:44 -050014SRCREV = "04d1f97f2e6e471d63c7d56dce7bd8472eb8fbfb"
Jeremy Kerr1b898d32016-03-04 17:00:45 +080015
16S = "${WORKDIR}/git"
17INSTALL_NAME = "inarp"