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 | 9220c31 | 2018-02-27 05:40:09 +0000 | [diff] [blame] | 17 | SRCREV = "b5e632a1c97f4bce45fed7b4fc9235169ccc2f17" |
Ratan | 96da489 | 2016-11-17 16:06:21 +0530 | [diff] [blame] | 18 | |
| 19 | S = "${WORKDIR}/git" |