blob: c4efa975274d2feaf5d4a78f645c164539bc4b19 [file] [log] [blame]
Ratan269c5e02016-11-17 16:06:21 +05301SUMMARY = "Lightweight SLP Server"
2DESCRIPTION = "Lightweight Unicast-only SLP Server"
3HOMEPAGE = "http://github.com/openbmc/slpd-lite"
4PR = "r1"
Patrick Venture5e73b3a2018-10-05 15:05:25 -07005PV = "1.0+git${SRCPV}"
Ratan269c5e02016-11-17 16:06:21 +05306
7inherit autotools pkgconfig
8inherit obmc-phosphor-license
9inherit obmc-phosphor-systemd
10
11SYSTEMD_SERVICE_${PN} += "slpd-lite.service"
12
13DEPENDS += "systemd"
14DEPENDS += "autoconf-archive-native"
15
16SRC_URI += "git://github.com/openbmc/slpd-lite"
17
Andrew Geisslercbd65fe2018-06-26 22:00:05 -050018SRCREV = "1f12e3805a69e8f7e5dada4b40e5c0860938a227"
Ratan269c5e02016-11-17 16:06:21 +053019
20S = "${WORKDIR}/git"