aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dbus/dbus-glib_0.86.bb
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2010-07-25 19:44:13 +0200
committerHenning Heinold <heinold@inf.fu-berlin.de>2010-07-27 23:53:54 +0200
commita1358b5f8b9aa0b7dbd8a82083ff0a34632a7b1f (patch)
tree6e460d88b7a46ea677f37d75a3e089362d7793d0 /recipes/dbus/dbus-glib_0.86.bb
parent31a171ffc23fbe48dbb8221829354aa5e0fa731b (diff)
downloadopenembedded-a1358b5f8b9aa0b7dbd8a82083ff0a34632a7b1f.tar.gz
dbus-glib: converted to BBCLASSEXTENDED and remove do_stage stuff
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"