aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dbus/dbus-glib_0.86.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/dbus/dbus-glib_0.86.bb')
-rw-r--r--recipes/dbus/dbus-glib_0.86.bb14
1 files changed, 11 insertions, 3 deletions
diff --git a/recipes/dbus/dbus-glib_0.86.bb b/recipes/dbus/dbus-glib_0.86.bb
index abb555304d..ce87d5d43e 100644
--- a/recipes/dbus/dbus-glib_0.86.bb
+++ b/recipes/dbus/dbus-glib_0.86.bb
@@ -1,6 +1,14 @@
require dbus-glib.inc
-PR = "${INC_PR}.0"
-SRC_URI[archive.md5sum] = "cd0ab148fb0c786fc88be49d19971f50"
-SRC_URI[archive.sha256sum] = "5351a6e7f38ffc641c34b4a4cdd9bed1c1dc7043a501096bac00a2876ea90bdc"
+PR = "${INC_PR}.1"
+
+SRC_URI_virtclass-native += "file://run-with-tmp-session-bus.patch"
+
+do_install_virtclass-native_prepend() {
+ install -d ${D}${datadir}/dbus
+ install -m 0644 dbus-bus-introspect.xml ${D}${datadir}/dbus
+}
+
+SRC_URI[md5sum] = "cd0ab148fb0c786fc88be49d19971f50"
+SRC_URI[sha256sum] = "5351a6e7f38ffc641c34b4a4cdd9bed1c1dc7043a501096bac00a2876ea90bdc"