summaryrefslogtreecommitdiffstats
path: root/meta-phosphor
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2016-07-13 19:11:55 -0400
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2016-07-28 14:35:37 -0400
commit01341984c024db0564fbd86bc8d0823a5a3a749c (patch)
treedd118e8760ea5b4a6cd3d9cc8043860dc1f69c4b /meta-phosphor
parent4117ace97e487a15fbc3e84b9a29a1a963b04589 (diff)
downloadtalos-openbmc-01341984c024db0564fbd86bc8d0823a5a3a749c.tar.gz
talos-openbmc-01341984c024db0564fbd86bc8d0823a5a3a749c.zip
dbus-perms: un-inherit obmc-phosphor-dbus-service
obmc-phosphor-dbus-service won't work for dbus-perms for much longer, and eventually dbus-perms will be deprecated. Change-Id: Ia1e885ab2634510c0a13a21ffb04a38f6405b704 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/common/recipes-phosphor/dbus-perms/dbus-perms.bb10
1 files changed, 8 insertions, 2 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/dbus-perms/dbus-perms.bb b/meta-phosphor/common/recipes-phosphor/dbus-perms/dbus-perms.bb
index c929d74b3..8290ecce2 100644
--- a/meta-phosphor/common/recipes-phosphor/dbus-perms/dbus-perms.bb
+++ b/meta-phosphor/common/recipes-phosphor/dbus-perms/dbus-perms.bb
@@ -5,6 +5,12 @@ PR = "r1"
inherit allarch
inherit obmc-phosphor-license
-inherit obmc-phosphor-dbus-service
+inherit dbus-dir
-DBUS_SERVICE_${PN} += "org.openbmc"
+SRC_URI += "file://org.openbmc.conf"
+
+do_install_append() {
+ install -d ${D}${dbus_system_confdir}
+ install -m 0644 ${WORKDIR}/org.openbmc.conf \
+ ${D}${dbus_system_confdir}
+}
OpenPOWER on IntegriCloud