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.inc37
1 files changed, 0 insertions, 37 deletions
diff --git a/meta/recipes-core/dbus/dbus-glib.inc b/meta/recipes-core/dbus/dbus-glib.inc
deleted file mode 100644
index 16dbf4f08a..0000000000
--- a/meta/recipes-core/dbus/dbus-glib.inc
+++ /dev/null
@@ -1,37 +0,0 @@
1SUMMARY = "High level language (GLib) binding for D-Bus"
2DESCRIPTION = "GLib bindings for the D-Bus message bus that integrate \
3the D-Bus library with the GLib thread abstraction and main loop."
4HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
5LICENSE = "AFL-2 | GPLv2+"
6LIC_FILES_CHKSUM = "file://COPYING;md5=cf5b3a2f7083750d504333114e738656 \
7 file://dbus/dbus-glib.h;beginline=7;endline=21;md5=7755c9d7abccd5dbd25a6a974538bb3c"
8SECTION = "base"
9
10DEPENDS = "expat glib-2.0 virtual/libintl dbus-glib-native dbus"
11DEPENDS_class-native = "glib-2.0-native dbus-native"
12
13SRC_URI = "http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz \
14 file://no-examples.patch \
15 file://test-install-makefile.patch \
16"
17
18inherit autotools pkgconfig gettext bash-completion gtk-doc
19
20#default disable regression tests, some unit test code in non testing code
21#PACKAGECONFIG_pn-${PN} = "tests" enable regression tests local.conf
22PACKAGECONFIG ??= ""
23PACKAGECONFIG[tests] = "--enable-tests,,,"
24
25EXTRA_OECONF_class-target = "--with-dbus-binding-tool=${STAGING_BINDIR_NATIVE}/dbus-binding-tool"
26
27PACKAGES += "${PN}-tests"
28
29FILES_${PN} = "${libdir}/lib*${SOLIBS}"
30FILES_${PN}-bash-completion += "${libexecdir}/dbus-bash-completion-helper"
31FILES_${PN}-dev += "${libdir}/dbus-1.0/include ${bindir}/dbus-glib-tool"
32FILES_${PN}-dev += "${bindir}/dbus-binding-tool"
33
34RDEPENDS_${PN}-tests += "dbus-x11"
35FILES_${PN}-tests = "${datadir}/${BPN}/tests"
36
37BBCLASSEXTEND = "native"