blob: 7d5f14fe6ce157b63d63f18981f78f35347748f1 [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"
Patrick Venture5fb52602018-10-05 15:07:56 -07005PV = "1.0+git${SRCPV}"
Jeremy Kerr1b898d32016-03-04 17:00:45 +08006
Matthew Barth48ea3372016-10-14 10:50:18 -05007inherit autotools
Jeremy Kerr1b898d32016-03-04 17:00:45 +08008inherit obmc-phosphor-license
John Wangd8427072017-03-16 09:07:23 +08009inherit obmc-phosphor-systemd
Jeremy Kerr1b898d32016-03-04 17:00:45 +080010
Matthew Barth48ea3372016-10-14 10:50:18 -050011DEPENDS += "autoconf-archive-native"
Jeremy Kerr1b898d32016-03-04 17:00:45 +080012RDEPENDS_${PN} += "network"
Jeremy Kerr1b898d32016-03-04 17:00:45 +080013
Matthew Barth48ea3372016-10-14 10:50:18 -050014SRC_URI += "git://github.com/openbmc/inarp"
Andrew Geissler54672462018-08-21 18:15:05 -050015SRCREV = "6e296617f041d7665b2540151646af452088482c"
Jeremy Kerr1b898d32016-03-04 17:00:45 +080016
17S = "${WORKDIR}/git"
Matthew Barth48ea3372016-10-14 10:50:18 -050018
19exec_prefix="/usr/local"