Ratan | 269c5e0 | 2016-11-17 16:06:21 +0530 | [diff] [blame] | 1 | SUMMARY = "Lightweight SLP Server" |
| 2 | DESCRIPTION = "Lightweight Unicast-only SLP Server" |
| 3 | HOMEPAGE = "http://github.com/openbmc/slpd-lite" |
Brad Bishop | 75f0387 | 2018-11-03 09:41:57 -0700 | [diff] [blame] | 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" |
Ratan | 269c5e0 | 2016-11-17 16:06:21 +0530 | [diff] [blame] | 6 | DEPENDS += "systemd" |
| 7 | DEPENDS += "autoconf-archive-native" |
Andrew Geissler | b3536ad | 2023-10-23 03:20:42 -0500 | [diff] [blame] | 8 | SRCREV = "99f391bafe6ecb91ea46515808431f185ceb0a32" |
Ed Tanous | 9936f86 | 2022-09-19 09:13:20 -0700 | [diff] [blame] | 9 | PV = "1.0+git${SRCPV}" |
| 10 | PR = "r1" |
Ratan | 269c5e0 | 2016-11-17 16:06:21 +0530 | [diff] [blame] | 11 | |
Patrick Williams | bccaff3 | 2023-04-14 11:24:47 -0500 | [diff] [blame] | 12 | SRC_URI = "git://github.com/openbmc/slpd-lite;branch=master;protocol=https" |
Ratan | 269c5e0 | 2016-11-17 16:06:21 +0530 | [diff] [blame] | 13 | |
Ed Tanous | 9936f86 | 2022-09-19 09:13:20 -0700 | [diff] [blame] | 14 | SYSTEMD_SERVICE:${PN} += "slpd-lite.service" |
Ratan | 269c5e0 | 2016-11-17 16:06:21 +0530 | [diff] [blame] | 15 | S = "${WORKDIR}/git" |
Ed Tanous | 9936f86 | 2022-09-19 09:13:20 -0700 | [diff] [blame] | 16 | |
Patrick Williams | 13a9751 | 2023-04-06 07:32:55 -0500 | [diff] [blame] | 17 | inherit meson pkgconfig |
Ed Tanous | 9936f86 | 2022-09-19 09:13:20 -0700 | [diff] [blame] | 18 | inherit obmc-phosphor-systemd |