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" |
Patrick Venture | bf05914 | 2018-10-05 15:05:25 -0700 | [diff] [blame] | 5 | PV = "1.0+git${SRCPV}" |
Ratan | 96da489 | 2016-11-17 16:06:21 +0530 | [diff] [blame] | 6 | |
| 7 | inherit autotools pkgconfig |
| 8 | inherit obmc-phosphor-license |
| 9 | inherit obmc-phosphor-systemd |
| 10 | |
| 11 | SYSTEMD_SERVICE_${PN} += "slpd-lite.service" |
| 12 | |
| 13 | DEPENDS += "systemd" |
| 14 | DEPENDS += "autoconf-archive-native" |
| 15 | |
| 16 | SRC_URI += "git://github.com/openbmc/slpd-lite" |
| 17 | |
Andrew Geissler | 0e1987c | 2018-06-26 22:00:05 -0500 | [diff] [blame] | 18 | SRCREV = "1f12e3805a69e8f7e5dada4b40e5c0860938a227" |
Ratan | 96da489 | 2016-11-17 16:06:21 +0530 | [diff] [blame] | 19 | |
| 20 | S = "${WORKDIR}/git" |