blob: 395cd7f3a1ee567d4cf336aeb81909c7f989ffc1 [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 Geissler35054a22018-11-01 19:10:26 +000015SRCREV = "6d579909fc8e623e8a0dd6d4a32a4aee725c32f7"
Jeremy Kerr1b898d32016-03-04 17:00:45 +080016
17S = "${WORKDIR}/git"
Matthew Barth48ea3372016-10-14 10:50:18 -050018
19exec_prefix="/usr/local"