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 | 456c90c | 2023-04-06 07:00:57 -0500 | [diff] [blame] | 8 | SRCREV = "43dc41fbcd087cc53c8bf47a2540e83ebfceb05b" |
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 | bb99d22 | 2022-01-24 15:55:09 -0600 | [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 |