summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2021-10-07 16:30:54 +0300
committerPatrick Williams <patrick@stwcx.xyz>2021-10-09 02:10:59 +0300
commit24aeba061c046ccee5b636cf210ed73d916d5163 (patch)
tree9a1df40830d43c0ebc035da24bfa33e664190f3f /meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb
parentee93af3bde4530ba5b5a8c83d29fed3cb883eb64 (diff)
downloadopenbmc-24aeba061c046ccee5b636cf210ed73d916d5163.tar.xz
phosphor-certificate-manager: srcrev bump ca12811702..7195799258
Patrick Williams (2): configure: simpify dbus policy install dir catch exceptions as const Update FILES and DEPENDS per 'simplify dbus policy' needs. Change-Id: Ic8d573eac341b34bc5f55e7c12dc737095a9f5f2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb')
-rw-r--r--meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb b/meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb
index 9f2c745f4..f3b6dc4e8 100644
--- a/meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb
+++ b/meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb
@@ -9,7 +9,7 @@ LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
SRC_URI = "git://github.com/openbmc/phosphor-certificate-manager"
-SRCREV = "ca1281170219b3027fd4f75a9c4e94a52fb16312"
+SRCREV = "71957992588d1b239c33ba25cf713b48b4014521"
inherit autotools \
pkgconfig \
@@ -17,7 +17,6 @@ inherit autotools \
DEPENDS = " \
autoconf-archive-native \
- dbus \
openssl \
phosphor-dbus-interfaces \
phosphor-logging \
@@ -43,4 +42,4 @@ SYSTEMD_SERVICE:${PN} = " \
${@bb.utils.contains('PACKAGECONFIG', 'bmcweb', 'phosphor-certificate-manager@bmcweb.service', '', d)} \
"
-FILES:${PN}:append = " ${systemd_system_unitdir}/*"
+FILES:${PN}:append = " ${systemd_system_unitdir}/* ${datadir}/dbus-1"