blob: 608796b360e83c89fbd71cc0bb7bc4b57557edf3 [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 Geissler0e1987c2018-06-26 22:00:05 -050017SRCREV = "1f12e3805a69e8f7e5dada4b40e5c0860938a227"
Ratan96da4892016-11-17 16:06:21 +053018
19S = "${WORKDIR}/git"