summaryrefslogtreecommitdiffstats
path: root/meta/packages/dbus/dbus-glib_0.76.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/dbus/dbus-glib_0.76.bb')
-rw-r--r--meta/packages/dbus/dbus-glib_0.76.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/packages/dbus/dbus-glib_0.76.bb b/meta/packages/dbus/dbus-glib_0.76.bb
index 0a34c738c3..c69420e460 100644
--- a/meta/packages/dbus/dbus-glib_0.76.bb
+++ b/meta/packages/dbus/dbus-glib_0.76.bb
@@ -1,21 +1,21 @@
1SECTION = "base" 1SECTION = "base"
2PR = "r0" 2PR = "r1"
3HOMEPAGE = "http://www.freedesktop.org/Software/dbus" 3HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
4DESCRIPTION = "message bus system for applications to talk to one another" 4DESCRIPTION = "message bus system for applications to talk to one another"
5LICENSE = "GPL" 5LICENSE = "GPL"
6DEPENDS = "expat glib-2.0 virtual/libintl dbus-glib-native dbus" 6DEPENDS = "expat glib-2.0 virtual/libintl dbus-glib-native dbus"
7 7
8SRC_URI = "http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz \ 8SRC_URI = "http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz \
9 file://no-examples.patch;patch=1 \ 9 file://no-examples.patch;patch=1"
10 file://no-introspect.patch;patch=1"
11 10
12inherit autotools pkgconfig gettext 11inherit autotools pkgconfig gettext
13 12
13EXTRA_OECONF = "--with-introspect=${STAGING_DATADIR_NATIVE}/dbus/dbus-bus-introspect.xml"
14
14FILES_${PN} = "${libdir}/lib*.so.*" 15FILES_${PN} = "${libdir}/lib*.so.*"
15FILES_${PN}-dev += "${libdir}/dbus-1.0/include ${bindir}/dbus-glib-tool" 16FILES_${PN}-dev += "${libdir}/dbus-1.0/include ${bindir}/dbus-glib-tool"
16 17
17do_configure_prepend() { 18do_configure_prepend() {
18 install -m 0644 ${STAGING_DATADIR_NATIVE}/dbus/dbus-bus-introspect.xml ${S}/tools/
19 install -m 0644 ${STAGING_DATADIR_NATIVE}/dbus/dbus-glib-bindings.h ${S}/tools/ 19 install -m 0644 ${STAGING_DATADIR_NATIVE}/dbus/dbus-glib-bindings.h ${S}/tools/
20} 20}
21 21