blob: 10a5196d9bb839a2e07c8eba8fbee94cb480e5eb [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
Jeremy Kerr1b898d32016-03-04 17:00:45 +08008
Matthew Barth48ea3372016-10-14 10:50:18 -05009DEPENDS += "autoconf-archive-native"
Jeremy Kerr1b898d32016-03-04 17:00:45 +080010RDEPENDS_${PN} += "network"
Jeremy Kerr1b898d32016-03-04 17:00:45 +080011
Matthew Barth48ea3372016-10-14 10:50:18 -050012SRC_URI += "git://github.com/openbmc/inarp"
13SRCREV = "2af0b2d9787e4fbb41f3714c182e8ea5f433e8bb"
Jeremy Kerr1b898d32016-03-04 17:00:45 +080014
15S = "${WORKDIR}/git"
Matthew Barth48ea3372016-10-14 10:50:18 -050016
17exec_prefix="/usr/local"