aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dbus/dbus-glib.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/dbus/dbus-glib.inc')
-rw-r--r--recipes/dbus/dbus-glib.inc36
1 files changed, 36 insertions, 0 deletions
diff --git a/recipes/dbus/dbus-glib.inc b/recipes/dbus/dbus-glib.inc
new file mode 100644
index 0000000000..ced9b37b8b
--- /dev/null
+++ b/recipes/dbus/dbus-glib.inc
@@ -0,0 +1,36 @@
+DESCRIPTION = "GLib bindings for the dbus message bus system"
+HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
+SECTION = "libs"
+LICENSE = "GPL"
+DEPENDS = "expat glib-2.0 virtual/libintl dbus-glib-native dbus"
+INC_PR = "r0"
+
+SRC_URI = "\
+ http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz \
+ file://no-introspect.patch;patch=1 \
+ file://no-examples.patch;patch=1 \
+"
+
+inherit autotools pkgconfig gettext
+
+do_configure_prepend() {
+ install -m 0644 ${STAGING_DATADIR_NATIVE}/dbus/dbus-bus-introspect.xml ${S}/tools/
+ install -m 0644 ${STAGING_DATADIR_NATIVE}/dbus/dbus-glib-bindings.h ${S}/tools/
+}
+
+do_stage() {
+ oe_libinstall -so -C dbus libdbus-glib-1 ${STAGING_LIBDIR}
+ autotools_stage_includes
+}
+
+PACKAGES += "${PN}-bash-completion"
+FILES_${PN}-bash-completion = "\
+ ${sysconfdir}/bash_completion.d \
+ ${prefix}/libexec/dbus-bash-completion-helper \
+"
+FILES_${PN} = "${libdir}/lib*.so.*"
+FILES_${PN}-dev += "\
+ ${libdir}/dbus-1.0/include \
+ ${bindir}/dbus-glib-tool \
+ ${bindir}/dbus-binding-tool \
+"