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" |
Ed Tanous | 9936f86 | 2022-09-19 09:13:20 -0700 | [diff] [blame] | 8 | SRCREV = "ef078cd0d560b8c49061f0b855f0cb4450e69b3a" |
| 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 | |
| 17 | inherit autotools pkgconfig |
| 18 | inherit obmc-phosphor-systemd |