Ratan | 96da489 | 2016-11-17 16:06:21 +0530 | [diff] [blame] | 1 | SUMMARY = "Lightweight SLP Server" |
| 2 | DESCRIPTION = "Lightweight Unicast-only SLP Server" |
| 3 | HOMEPAGE = "http://github.com/openbmc/slpd-lite" |
| 4 | PR = "r1" |
| 5 | |
| 6 | inherit autotools pkgconfig |
| 7 | inherit obmc-phosphor-license |
| 8 | inherit obmc-phosphor-systemd |
| 9 | |
| 10 | SYSTEMD_SERVICE_${PN} += "slpd-lite.service" |
| 11 | |
| 12 | DEPENDS += "systemd" |
| 13 | DEPENDS += "autoconf-archive-native" |
| 14 | |
| 15 | SRC_URI += "git://github.com/openbmc/slpd-lite" |
| 16 | |
Patrick Williams | c045d97 | 2017-03-21 16:00:07 -0500 | [diff] [blame] | 17 | SRCREV = "908dee3d4203bf325608980a67099609c16a31a8" |
Ratan | 96da489 | 2016-11-17 16:06:21 +0530 | [diff] [blame] | 18 | |
| 19 | S = "${WORKDIR}/git" |