summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/slpd-lite/slpd-lite.bb
blob: 0f3ac5c2ff5610b8f2549d5ba2cc85238c3eedee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SUMMARY = "Lightweight SLP Server"
DESCRIPTION = "Lightweight Unicast-only SLP Server"
HOMEPAGE = "http://github.com/openbmc/slpd-lite"
PR = "r1"

inherit autotools pkgconfig
inherit obmc-phosphor-license
inherit obmc-phosphor-systemd

SYSTEMD_SERVICE_${PN} += "slpd-lite.service"

DEPENDS += "systemd"
DEPENDS += "autoconf-archive-native"

SRC_URI += "git://github.com/openbmc/slpd-lite"

SRCREV = "70b8527104281ffd927c087480fbe1168a75fe93"

S = "${WORKDIR}/git"
OpenPOWER on IntegriCloud