Jeremy Kerr | 97b9415 | 2016-03-04 17:00:45 +0800 | [diff] [blame^] | 1 | SUMMARY = "Inverse ARP daemon" |
2 | DESCRIPTION = "Daemon to respond to Inverse-ARP requests" | ||||
3 | HOMEPAGE = "http://github.com/openbmc/inarp" | ||||
4 | PR = "r1" | ||||
5 | |||||
6 | inherit obmc-phosphor-license | ||||
7 | inherit obmc-phosphor-c-daemon | ||||
8 | |||||
9 | TARGET_CFLAGS += "-fpic -O2" | ||||
10 | |||||
11 | RDEPENDS_${PN} += "network" | ||||
12 | SRC_URI += "git://github.com/openbmc/inarp" | ||||
13 | |||||
14 | SRCREV = "19ed5170356495f5fc67189513c5739780ee6a81" | ||||
15 | |||||
16 | S = "${WORKDIR}/git" | ||||
17 | INSTALL_NAME = "inarp" |