blob: 6fb5401ed542149b79fad75948a287b498e36661 [file] [log] [blame]
Marri Devender Raoc8267c32018-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 Geissler222157b2018-10-17 13:30:17 +000012SRCREV = "947258dcf19c15e4759b3d42e92c1ee1128b1442"
Marri Devender Raoc8267c32018-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}"