summaryrefslogtreecommitdiff
path: root/meta-phosphor/classes/obmc-phosphor-dbus-service.bbclass
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2015-09-23 07:05:18 +0300
committerPatrick Williams <patrick@stwcx.xyz>2015-09-23 07:05:18 +0300
commitb413d571a0c3830112e13eb87a42964a34807a6f (patch)
treea929fb460c0e6b5a9c00a3c8d93df3c04dc1c44f /meta-phosphor/classes/obmc-phosphor-dbus-service.bbclass
parentb4f36b58ee546f3553d9c242f42060016e3051e4 (diff)
parent9bba341db7c5b9b226c351f56f15f91820e7231d (diff)
downloadopenbmc-b413d571a0c3830112e13eb87a42964a34807a6f.tar.xz
Merge pull request #4 from bradbishop/master
Sample python dbus client, fix dbus-service class, python dbus service example enhancements.
Diffstat (limited to 'meta-phosphor/classes/obmc-phosphor-dbus-service.bbclass')
-rw-r--r--meta-phosphor/classes/obmc-phosphor-dbus-service.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/classes/obmc-phosphor-dbus-service.bbclass b/meta-phosphor/classes/obmc-phosphor-dbus-service.bbclass
index 4aacca496..1b175ea79 100644
--- a/meta-phosphor/classes/obmc-phosphor-dbus-service.bbclass
+++ b/meta-phosphor/classes/obmc-phosphor-dbus-service.bbclass
@@ -6,7 +6,7 @@ python() {
services = d.getVar('DBUS_SERVICES', True)
if services:
uris = " ".join( [ 'file://' + s + '.conf' for s in services.split() ] )
- d.appendVar('SRC_URI', uris)
+ d.appendVar('SRC_URI', ' ' + uris + ' ')
}
do_install_append() {