blob: 90969c2487a2ed602d505aea0f72e9f9b72991fc [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"
Andrew Geissler15913732018-08-21 18:15:05 -050014SRCREV = "6e296617f041d7665b2540151646af452088482c"
Jeremy Kerr97b94152016-03-04 17:00:45 +080015
16S = "${WORKDIR}/git"
Matthew Barthf7379cd2016-10-14 10:50:18 -050017
18exec_prefix="/usr/local"