blob: 90969c2487a2ed602d505aea0f72e9f9b72991fc [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
Matthew Barth48ea3372016-10-14 10:50:18 -05006inherit autotools
Jeremy Kerr1b898d32016-03-04 17:00:45 +08007inherit obmc-phosphor-license
John Wangd8427072017-03-16 09:07:23 +08008inherit obmc-phosphor-systemd
Jeremy Kerr1b898d32016-03-04 17:00:45 +08009
Matthew Barth48ea3372016-10-14 10:50:18 -050010DEPENDS += "autoconf-archive-native"
Jeremy Kerr1b898d32016-03-04 17:00:45 +080011RDEPENDS_${PN} += "network"
Jeremy Kerr1b898d32016-03-04 17:00:45 +080012
Matthew Barth48ea3372016-10-14 10:50:18 -050013SRC_URI += "git://github.com/openbmc/inarp"
Andrew Geissler54672462018-08-21 18:15:05 -050014SRCREV = "6e296617f041d7665b2540151646af452088482c"
Jeremy Kerr1b898d32016-03-04 17:00:45 +080015
16S = "${WORKDIR}/git"
Matthew Barth48ea3372016-10-14 10:50:18 -050017
18exec_prefix="/usr/local"