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 | fc4936a | 2017-02-10 22:10:05 -0600 | [diff] [blame] | 17 | SRCREV = "aab308d5d76b4e44cd4128ee6ae57280b8ac7737" |
Ratan | 96da489 | 2016-11-17 16:06:21 +0530 | [diff] [blame] | 18 | |
| 19 | S = "${WORKDIR}/git" |