summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/dbus/dbus-glib.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/dbus/dbus-glib.inc')
-rw-r--r--meta/recipes-core/dbus/dbus-glib.inc12
1 files changed, 7 insertions, 5 deletions
diff --git a/meta/recipes-core/dbus/dbus-glib.inc b/meta/recipes-core/dbus/dbus-glib.inc
index 7dee3ffb7b..22bf6274a7 100644
--- a/meta/recipes-core/dbus/dbus-glib.inc
+++ b/meta/recipes-core/dbus/dbus-glib.inc
@@ -1,10 +1,12 @@
1SUMMARY = "High level language (GLib) binding for D-Bus" 1SUMMARY = "High level language (GLib) binding for D-Bus"
2DESCRIPTION = "GLib bindings for the D-Bus message bus that integration the D-Bus library with the GLib thread abstraction and main loop." 2DESCRIPTION = "GLib bindings for the D-Bus message bus that integrate \
3the D-Bus library with the GLib thread abstraction and main loop."
3HOMEPAGE = "http://www.freedesktop.org/Software/dbus" 4HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
4LICENSE = "AFL2.1 | GPLv2+" 5LICENSE = "AFL2.1 | GPLv2+"
5LIC_FILES_CHKSUM = "file://COPYING;md5=cf5b3a2f7083750d504333114e738656 \ 6LIC_FILES_CHKSUM = "file://COPYING;md5=cf5b3a2f7083750d504333114e738656 \
6 file://dbus/dbus-glib.h;firstline=7;endline=21;md5=833ef01806b4c524fb3678a16300536f" 7 file://dbus/dbus-glib.h;firstline=7;endline=21;md5=833ef01806b4c524fb3678a16300536f"
7SECTION = "base" 8SECTION = "base"
9
8DEPENDS = "expat glib-2.0 virtual/libintl dbus-glib-native dbus" 10DEPENDS = "expat glib-2.0 virtual/libintl dbus-glib-native dbus"
9DEPENDS_virtclass-native = "glib-2.0-native dbus-native" 11DEPENDS_virtclass-native = "glib-2.0-native dbus-native"
10 12
@@ -13,12 +15,12 @@ SRC_URI = "http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz
13 15
14inherit autotools pkgconfig gettext 16inherit autotools pkgconfig gettext
15 17
16FILES_${PN} = "${libdir}/lib*.so.*"
17FILES_${PN}-dev += "${libdir}/dbus-1.0/include ${bindir}/dbus-glib-tool"
18FILES_${PN}-dev += "${bindir}/dbus-binding-tool"
19
20EXTRA_OECONF = "--with-introspect-xml=${STAGING_DATADIR_NATIVE}/dbus/dbus-bus-introspect.xml \ 18EXTRA_OECONF = "--with-introspect-xml=${STAGING_DATADIR_NATIVE}/dbus/dbus-bus-introspect.xml \
21 --with-dbus-binding-tool=${STAGING_BINDIR_NATIVE}/dbus-binding-tool" 19 --with-dbus-binding-tool=${STAGING_BINDIR_NATIVE}/dbus-binding-tool"
22EXTRA_OECONF_virtclass-native = "--with-introspect-xml=${STAGING_DATADIR_NATIVE}/dbus/dbus-bus-introspect.xml" 20EXTRA_OECONF_virtclass-native = "--with-introspect-xml=${STAGING_DATADIR_NATIVE}/dbus/dbus-bus-introspect.xml"
23 21
22FILES_${PN} = "${libdir}/lib*.so.*"
23FILES_${PN}-dev += "${libdir}/dbus-1.0/include ${bindir}/dbus-glib-tool"
24FILES_${PN}-dev += "${bindir}/dbus-binding-tool"
25
24BBCLASSEXTEND = "native" 26BBCLASSEXTEND = "native"