blob: 5129a630178201b7b882be920bb44bc919396b6c [file] [log] [blame]
Ratan96da4892016-11-17 16:06:21 +05301SUMMARY = "Lightweight SLP Server"
2DESCRIPTION = "Lightweight Unicast-only SLP Server"
3HOMEPAGE = "http://github.com/openbmc/slpd-lite"
4PR = "r1"
Patrick Venturebf059142018-10-05 15:05:25 -07005PV = "1.0+git${SRCPV}"
Ratan96da4892016-11-17 16:06:21 +05306
7inherit autotools pkgconfig
8inherit obmc-phosphor-license
9inherit obmc-phosphor-systemd
10
11SYSTEMD_SERVICE_${PN} += "slpd-lite.service"
12
13DEPENDS += "systemd"
14DEPENDS += "autoconf-archive-native"
15
16SRC_URI += "git://github.com/openbmc/slpd-lite"
17
Andrew Geissler00233372018-11-02 14:20:22 +000018SRCREV = "a592888328e79f0ba61a7099fcb1143bc20a0d43"
Ratan96da4892016-11-17 16:06:21 +053019
20S = "${WORKDIR}/git"