1SUMMARY = "Lightweight SLP Server"
2DESCRIPTION = "Lightweight Unicast-only SLP Server"
3HOMEPAGE = "http://github.com/openbmc/slpd-lite"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
6DEPENDS += "systemd"
7DEPENDS += "autoconf-archive-native"
8SRCREV = "99f391bafe6ecb91ea46515808431f185ceb0a32"
9PV = "1.0+git${SRCPV}"
10PR = "r1"
11
12SRC_URI = "git://github.com/openbmc/slpd-lite;branch=master;protocol=https"
13
14SYSTEMD_SERVICE:${PN} += "slpd-lite.service"
15S = "${WORKDIR}/git"
16
17inherit meson pkgconfig
18inherit obmc-phosphor-systemd
19