blob: 55525ba09db00226e02a36acfdc18f17f3021405 [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
Matthew Barthf7379cd2016-10-14 10:50:18 -05006inherit autotools
Jeremy Kerr97b94152016-03-04 17:00:45 +08007inherit obmc-phosphor-license
John Wangdcb5b762017-03-16 09:07:23 +08008inherit obmc-phosphor-systemd
Jeremy Kerr97b94152016-03-04 17:00:45 +08009
Matthew Barthf7379cd2016-10-14 10:50:18 -050010DEPENDS += "autoconf-archive-native"
Jeremy Kerr97b94152016-03-04 17:00:45 +080011RDEPENDS_${PN} += "network"
Jeremy Kerr97b94152016-03-04 17:00:45 +080012
Matthew Barthf7379cd2016-10-14 10:50:18 -050013SRC_URI += "git://github.com/openbmc/inarp"
14SRCREV = "2af0b2d9787e4fbb41f3714c182e8ea5f433e8bb"
Jeremy Kerr97b94152016-03-04 17:00:45 +080015
16S = "${WORKDIR}/git"
Matthew Barthf7379cd2016-10-14 10:50:18 -050017
18exec_prefix="/usr/local"