blob: 7f77689d657df7d956fd74ee9cc61e6160fd145e [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
Patrick Williams12fc9392021-08-06 09:16:53 -050012SYSTEMD_SERVICE:${PN} += "slpd-lite.service"
Ratan269c5e02016-11-17 16:06:21 +053013
14DEPENDS += "systemd"
15DEPENDS += "autoconf-archive-native"
16
Patrick Williamsbb99d222022-01-24 15:55:09 -060017SRC_URI += "git://github.com/openbmc/slpd-lite;branch=master;protocol=https"
Ratan269c5e02016-11-17 16:06:21 +053018
Andrew Geissler37a847b2021-10-28 17:00:50 +000019SRCREV = "ef078cd0d560b8c49061f0b855f0cb4450e69b3a"
Ratan269c5e02016-11-17 16:06:21 +053020
21S = "${WORKDIR}/git"