blob: bc89594f645bb1bca9dcb749ed11589c42f4293d [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 Williams179a8542017-02-10 09:20:03 -060017SRCREV = "5e008877701dabbc67e2ff070ac9e4998d78d8fc"
Ratan96da4892016-11-17 16:06:21 +053018
19S = "${WORKDIR}/git"