blob: 2233b0c6f02ad442c8b414d3400ca6e514f06b66 [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"
Brad Bishop75f03872018-11-03 09:41:57 -07004LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
Ratan269c5e02016-11-17 16:06:21 +05306DEPENDS += "systemd"
7DEPENDS += "autoconf-archive-native"
Ed Tanous9936f862022-09-19 09:13:20 -07008SRCREV = "ef078cd0d560b8c49061f0b855f0cb4450e69b3a"
9PV = "1.0+git${SRCPV}"
10PR = "r1"
Ratan269c5e02016-11-17 16:06:21 +053011
Patrick Williamsbb99d222022-01-24 15:55:09 -060012SRC_URI += "git://github.com/openbmc/slpd-lite;branch=master;protocol=https"
Ratan269c5e02016-11-17 16:06:21 +053013
Ed Tanous9936f862022-09-19 09:13:20 -070014SYSTEMD_SERVICE:${PN} += "slpd-lite.service"
Ratan269c5e02016-11-17 16:06:21 +053015S = "${WORKDIR}/git"
Ed Tanous9936f862022-09-19 09:13:20 -070016
17inherit autotools pkgconfig
18inherit obmc-phosphor-systemd