summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/dbus/dbus_0.36.bb
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/dbus/dbus_0.36.bb')
-rw-r--r--openembedded/packages/dbus/dbus_0.36.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/openembedded/packages/dbus/dbus_0.36.bb b/openembedded/packages/dbus/dbus_0.36.bb
new file mode 100644
index 0000000000..a45396adb9
--- /dev/null
+++ b/openembedded/packages/dbus/dbus_0.36.bb
@@ -0,0 +1,16 @@
1include dbus.inc
2
3
4DEPENDS = "expat glib-2.0 virtual/libintl dbus-native"
5SRC_URI_EXTRA = " \
6 file://no-introspect.patch;patch=1 \
7 file://no-bindings.patch;patch=1 \
8 file://no-examples.patch;patch=1"
9
10FILES_${PN} += "${bindir}/dbus-daemon"
11FILES_${PN}-dev += "${bindir}/dbus-binding-tool"
12
13do_configure_prepend() {
14 install -m 0644 ${STAGING_DIR}/${BUILD_SYS}/share/dbus/dbus-bus-introspect.xml ${S}/tools/
15 install -m 0644 ${STAGING_DIR}/${BUILD_SYS}/share/dbus/dbus-glib-bindings.h ${S}/tools/
16}