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