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}" |
Patrick Venture | edb6638 | 2018-11-03 09:42:48 -0700 | [diff] [blame] | 6 | LICENSE = "Apache-2.0" |
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" |
Ratan | 96da489 | 2016-11-17 16:06:21 +0530 | [diff] [blame] | 8 | |
| 9 | inherit autotools pkgconfig |
Ratan | 96da489 | 2016-11-17 16:06:21 +0530 | [diff] [blame] | 10 | inherit obmc-phosphor-systemd |
| 11 | |
| 12 | SYSTEMD_SERVICE_${PN} += "slpd-lite.service" |
| 13 | |
| 14 | DEPENDS += "systemd" |
| 15 | DEPENDS += "autoconf-archive-native" |
| 16 | |
| 17 | SRC_URI += "git://github.com/openbmc/slpd-lite" |
| 18 | |
Andrew Geissler | 0023337 | 2018-11-02 14:20:22 +0000 | [diff] [blame] | 19 | SRCREV = "a592888328e79f0ba61a7099fcb1143bc20a0d43" |
Ratan | 96da489 | 2016-11-17 16:06:21 +0530 | [diff] [blame] | 20 | |
| 21 | S = "${WORKDIR}/git" |