blob: 0f2fd9f7f23e0b4a92654785b16de17e4d16e0b7 [file] [log] [blame]
Ratan96da4892016-11-17 16:06:21 +05301SUMMARY = "Lightweight SLP Server"
2DESCRIPTION = "Lightweight Unicast-only SLP Server"
3HOMEPAGE = "http://github.com/openbmc/slpd-lite"
4PR = "r1"
5
6inherit autotools pkgconfig
7inherit obmc-phosphor-license
8inherit obmc-phosphor-systemd
9
10SYSTEMD_SERVICE_${PN} += "slpd-lite.service"
11
12DEPENDS += "systemd"
13DEPENDS += "autoconf-archive-native"
14
15SRC_URI += "git://github.com/openbmc/slpd-lite"
16
Patrick Williamsc045d972017-03-21 16:00:07 -050017SRCREV = "908dee3d4203bf325608980a67099609c16a31a8"
Ratan96da4892016-11-17 16:06:21 +053018
19S = "${WORKDIR}/git"