summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/recipes-phosphor/interfaces/slpd-lite_git.bb
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-10-05 15:05:25 -0700
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-10-07 21:03:56 -0400
commit5e73b3a60265b86f4c56991574967c23f55bce60 (patch)
treea57148826e2f0e6a98a1c3484f5ec0a66da853d1 /meta-phosphor/recipes-phosphor/interfaces/slpd-lite_git.bb
parent3720a742e6345e2cbef6eb351cf4b2a4e9050830 (diff)
downloadtalos-openbmc-5e73b3a60265b86f4c56991574967c23f55bce60.tar.gz
talos-openbmc-5e73b3a60265b86f4c56991574967c23f55bce60.zip
meta-phosphor: slpd-lite: rename as git
Rename slpd-lite.bb to slpd-lite_git.bb per OE norms. (From meta-phosphor rev: bf0591428a472bd20217aafe857320bf5443d378) Change-Id: I6628f7affd8c679a70e625c8e408e1ad11496963 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/interfaces/slpd-lite_git.bb')
-rw-r--r--meta-phosphor/recipes-phosphor/interfaces/slpd-lite_git.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-phosphor/interfaces/slpd-lite_git.bb b/meta-phosphor/recipes-phosphor/interfaces/slpd-lite_git.bb
new file mode 100644
index 000000000..c4efa9752
--- /dev/null
+++ b/meta-phosphor/recipes-phosphor/interfaces/slpd-lite_git.bb
@@ -0,0 +1,20 @@
+SUMMARY = "Lightweight SLP Server"
+DESCRIPTION = "Lightweight Unicast-only SLP Server"
+HOMEPAGE = "http://github.com/openbmc/slpd-lite"
+PR = "r1"
+PV = "1.0+git${SRCPV}"
+
+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 = "1f12e3805a69e8f7e5dada4b40e5c0860938a227"
+
+S = "${WORKDIR}/git"
OpenPOWER on IntegriCloud