blob: 0f3ac5c2ff5610b8f2549d5ba2cc85238c3eedee [file] [log] [blame]
Ratan269c5e02016-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
17SRCREV = "70b8527104281ffd927c087480fbe1168a75fe93"
18
19S = "${WORKDIR}/git"