blob: a36bba17d07293cc3cf3bafd741ccf0ef1061171 [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
14SRCREV = "19ed5170356495f5fc67189513c5739780ee6a81"
15
16S = "${WORKDIR}/git"
17INSTALL_NAME = "inarp"