summaryrefslogtreecommitdiff
path: root/meta-ibs/meta-cp2-5422/recipes-support/smtp/smtp.bb
blob: ffa29826bb88993a50d5744556b8c4e38153220e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SUMMARY = "Simple SMTP manager"
DESCRIPTION = "Simple SMTP manager"

PR = "r1"
PV = "1.0+git${SRCPV}"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"

SRC_URI = "git://git@git.sila.ru/srv/pub/scm/git/openbmc/obmc-sila-smtp.git;branch=master;protocol=ssh"
SRCREV = "9fa4addff6f90a8b5697a594e034f5517d64dd25"

S = "${WORKDIR}/git"

inherit cmake systemd

DEPENDS = "boost systemd sdbusplus curl"

SYSTEMD_SERVICE:${PN} = "xyz.openbmc_project.SMTP.service"