blob: 1ea02e066d0c1744e55e8ba9f9801bf54c974dde [file] [log] [blame]
Marri Devender Rao08b55912018-09-03 06:00:39 -05001SUMMARY = "Phosphor Certificate Manager"
2DESCRIPTION = "Manages client and server certificates"
3HOMEPAGE = "https://github.com/openbmc/phosphor-certificate-manager"
4
5PR = "r1"
6PV = "0.1+git${SRCPV}"
7
8LICENSE = "Apache-2.0"
9LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
10
11SRC_URI = "git://github.com/openbmc/phosphor-certificate-manager"
Andrew Geissler015a5c92018-09-28 13:00:16 +000012SRCREV = "cfbc8dc8904bfdc1776e1a9f841fb48d00d6d968"
Marri Devender Rao08b55912018-09-03 06:00:39 -050013
14inherit autotools \
15 pkgconfig \
16 obmc-phosphor-systemd
17
18DEPENDS = " \
19 phosphor-logging \
20 autoconf-archive-native \
21 phosphor-dbus-interfaces \
22 phosphor-dbus-interfaces-native \
23 sdbusplus \
24 sdbusplus-native \
25 "
26
27S = "${WORKDIR}/git"
28
29CERT_TMPL = "phosphor-certificate-manager@.service"
30SYSTEMD_SERVICE_${PN} = "${CERT_TMPL}"