blob: c90f1029962bb3f2845c033f440f28e310e986f7 [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 Geissler456c90c2023-04-06 07:00:57 -05008SRCREV = "43dc41fbcd087cc53c8bf47a2540e83ebfceb05b"
Ed Tanous9936f862022-09-19 09:13:20 -07009PV = "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
Patrick Williams13a97512023-04-06 07:32:55 -050017inherit meson pkgconfig
Ed Tanous9936f862022-09-19 09:13:20 -070018inherit obmc-phosphor-systemd