blob: 7f37fae6c7b3762519ab1f49db294994384c8bf0 [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
John Wangd8427072017-03-16 09:07:23 +08008inherit obmc-phosphor-systemd
Jeremy Kerr1b898d32016-03-04 17:00:45 +08009
Matthew Barth48ea3372016-10-14 10:50:18 -050010DEPENDS += "autoconf-archive-native"
Jeremy Kerr1b898d32016-03-04 17:00:45 +080011RDEPENDS_${PN} += "network"
Jeremy Kerr1b898d32016-03-04 17:00:45 +080012
Matthew Barth48ea3372016-10-14 10:50:18 -050013SRC_URI += "git://github.com/openbmc/inarp"
Andrew Geissler84b5d852018-06-20 20:30:05 -050014SRCREV = "e0127d27473ca37ded48813e2ed571abada81357"
Jeremy Kerr1b898d32016-03-04 17:00:45 +080015
16S = "${WORKDIR}/git"
Matthew Barth48ea3372016-10-14 10:50:18 -050017
18exec_prefix="/usr/local"