blob: 7d5f14fe6ce157b63d63f18981f78f35347748f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
SUMMARY = "Inverse ARP daemon"
DESCRIPTION = "Daemon to respond to Inverse-ARP requests"
HOMEPAGE = "http://github.com/openbmc/inarp"
PR = "r1"
PV = "1.0+git${SRCPV}"
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 = "6e296617f041d7665b2540151646af452088482c"
S = "${WORKDIR}/git"
exec_prefix="/usr/local"
|