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 | |
Andrew Geissler | ecb581f | 2018-05-29 21:40:04 -0500 | [diff] [blame] | 17 | SRCREV = "8146a055f454bc690201a56adb3e1ef176992fc6" |
Ratan | 96da489 | 2016-11-17 16:06:21 +0530 | [diff] [blame] | 18 | |
| 19 | S = "${WORKDIR}/git" |