blob: 0022d9243a295ee99556d5ccccc98d62280ce090 [file] [log] [blame]
Ratan269c5e02016-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 Venture5e73b3a2018-10-05 15:05:25 -07005PV = "1.0+git${SRCPV}"
Brad Bishop75f03872018-11-03 09:41:57 -07006LICENSE = "Apache-2.0"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
Ratan269c5e02016-11-17 16:06:21 +05308
9inherit autotools pkgconfig
Ratan269c5e02016-11-17 16:06:21 +053010inherit obmc-phosphor-systemd
11
12SYSTEMD_SERVICE_${PN} += "slpd-lite.service"
13
14DEPENDS += "systemd"
15DEPENDS += "autoconf-archive-native"
16
17SRC_URI += "git://github.com/openbmc/slpd-lite"
18
Andrew Geissler50ff7682018-11-02 14:20:22 +000019SRCREV = "a592888328e79f0ba61a7099fcb1143bc20a0d43"
Ratan269c5e02016-11-17 16:06:21 +053020
21S = "${WORKDIR}/git"