blob: fcc548e9fb620209a4c0030fca0d901de94c5534 [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 Geissler9220c312018-02-27 05:40:09 +000017SRCREV = "b5e632a1c97f4bce45fed7b4fc9235169ccc2f17"
Ratan96da4892016-11-17 16:06:21 +053018
19S = "${WORKDIR}/git"