summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/network/inarp.bb
blob: 7f37fae6c7b3762519ab1f49db294994384c8bf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SUMMARY = "Inverse ARP daemon"
DESCRIPTION = "Daemon to respond to Inverse-ARP requests"
HOMEPAGE = "http://github.com/openbmc/inarp"
PR = "r1"

inherit autotools
inherit obmc-phosphor-license
inherit obmc-phosphor-systemd

DEPENDS += "autoconf-archive-native"
RDEPENDS_${PN} += "network"

SRC_URI += "git://github.com/openbmc/inarp"
SRCREV = "e0127d27473ca37ded48813e2ed571abada81357"

S = "${WORKDIR}/git"

exec_prefix="/usr/local"
OpenPOWER on IntegriCloud