blob: b3afd4b7041798610211b7c66fb6257694367c6e [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"
Andrew Geisslerb3536ad2023-10-23 03:20:42 -05008SRCREV = "99f391bafe6ecb91ea46515808431f185ceb0a32"
Ed Tanous9936f862022-09-19 09:13:20 -07009PV = "1.0+git${SRCPV}"
10PR = "r1"
Ratan269c5e02016-11-17 16:06:21 +053011
Patrick Williamsbccaff32023-04-14 11:24:47 -050012SRC_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
Patrick Williams13a97512023-04-06 07:32:55 -050017inherit meson pkgconfig
Ed Tanous9936f862022-09-19 09:13:20 -070018inherit obmc-phosphor-systemd