blob: e32a26408960067aeff1edbc099dd34f3fccee65 [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}"
Patrick Venture35fd6da2018-11-03 09:43:21 -07006LICENSE = "Apache-2.0"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
Jeremy Kerr1b898d32016-03-04 17:00:45 +08008
Matthew Barth48ea3372016-10-14 10:50:18 -05009inherit autotools
John Wangd8427072017-03-16 09:07:23 +080010inherit obmc-phosphor-systemd
Jeremy Kerr1b898d32016-03-04 17:00:45 +080011
Matthew Barth48ea3372016-10-14 10:50:18 -050012DEPENDS += "autoconf-archive-native"
Jeremy Kerr1b898d32016-03-04 17:00:45 +080013RDEPENDS_${PN} += "network"
Jeremy Kerr1b898d32016-03-04 17:00:45 +080014
Matthew Barth48ea3372016-10-14 10:50:18 -050015SRC_URI += "git://github.com/openbmc/inarp"
Andrew Geissler35054a22018-11-01 19:10:26 +000016SRCREV = "6d579909fc8e623e8a0dd6d4a32a4aee725c32f7"
Jeremy Kerr1b898d32016-03-04 17:00:45 +080017
18S = "${WORKDIR}/git"
Matthew Barth48ea3372016-10-14 10:50:18 -050019
20exec_prefix="/usr/local"