blob: b03ef5ec95385f1ffb598f9ab909d1ed99ee4569 [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"
Patrick Venture15063af2018-10-05 15:07:56 -07005PV = "1.0+git${SRCPV}"
Brad Bishop75f03872018-11-03 09:41:57 -07006LICENSE = "Apache-2.0"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
Jeremy Kerr97b94152016-03-04 17:00:45 +08008
Matthew Barthf7379cd2016-10-14 10:50:18 -05009inherit autotools
John Wangdcb5b762017-03-16 09:07:23 +080010inherit obmc-phosphor-systemd
Jeremy Kerr97b94152016-03-04 17:00:45 +080011
Matthew Barthf7379cd2016-10-14 10:50:18 -050012DEPENDS += "autoconf-archive-native"
Patrick Venture0995aac2019-03-28 09:09:13 -070013RDEPENDS_${PN} += "phosphor-network"
Jeremy Kerr97b94152016-03-04 17:00:45 +080014
Matthew Barthf7379cd2016-10-14 10:50:18 -050015SRC_URI += "git://github.com/openbmc/inarp"
Andrew Geisslerb32cebe2018-11-01 19:10:26 +000016SRCREV = "6d579909fc8e623e8a0dd6d4a32a4aee725c32f7"
Jeremy Kerr97b94152016-03-04 17:00:45 +080017
18S = "${WORKDIR}/git"
Matthew Barthf7379cd2016-10-14 10:50:18 -050019
20exec_prefix="/usr/local"