aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dbus/dbus-glib_0.82.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/dbus/dbus-glib_0.82.bb')
-rw-r--r--recipes/dbus/dbus-glib_0.82.bb12
1 files changed, 10 insertions, 2 deletions
diff --git a/recipes/dbus/dbus-glib_0.82.bb b/recipes/dbus/dbus-glib_0.82.bb
index cca1d45159..fabf574501 100644
--- a/recipes/dbus/dbus-glib_0.82.bb
+++ b/recipes/dbus/dbus-glib_0.82.bb
@@ -1,5 +1,13 @@
require dbus-glib.inc
+
PR = "${INC_PR}.1"
-SRC_URI[archive.md5sum] = "aa2a4517de0e9144be3bce2cf8cdd924"
-SRC_URI[archive.sha256sum] = "ddfb062797341b5c5a22555ffe80138953cc61a67ba805647b2746f519bfbde1"
+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] = "aa2a4517de0e9144be3bce2cf8cdd924"
+SRC_URI[sha256sum] = "ddfb062797341b5c5a22555ffe80138953cc61a67ba805647b2746f519bfbde1"