blob: 8f9ef48e8efff536a32be3b6c6db742a2bd5dd09 [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
Andrew Geisslerecb581f2018-05-29 21:40:04 -050017SRCREV = "8146a055f454bc690201a56adb3e1ef176992fc6"
Ratan96da4892016-11-17 16:06:21 +053018
19S = "${WORKDIR}/git"