aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dbus/dbus-glib_0.78.bb
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2010-07-25 19:44:13 +0200
committerHenning Heinold <heinold@inf.fu-berlin.de>2010-07-27 23:53:54 +0200
commita1358b5f8b9aa0b7dbd8a82083ff0a34632a7b1f (patch)
tree6e460d88b7a46ea677f37d75a3e089362d7793d0 /recipes/dbus/dbus-glib_0.78.bb
parent31a171ffc23fbe48dbb8221829354aa5e0fa731b (diff)
downloadopenembedded-a1358b5f8b9aa0b7dbd8a82083ff0a34632a7b1f.tar.gz
dbus-glib: converted to BBCLASSEXTENDED and remove do_stage stuff
Diffstat (limited to 'recipes/dbus/dbus-glib_0.78.bb')
-rw-r--r--recipes/dbus/dbus-glib_0.78.bb25
1 files changed, 6 insertions, 19 deletions
diff --git a/recipes/dbus/dbus-glib_0.78.bb b/recipes/dbus/dbus-glib_0.78.bb
index 7cae6ad48c..30a5e0c78c 100644
--- a/recipes/dbus/dbus-glib_0.78.bb
+++ b/recipes/dbus/dbus-glib_0.78.bb
@@ -1,26 +1,13 @@
-SECTION = "base"
-PR = "r1"
-HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
-DESCRIPTION = "message bus system for applications to talk to one another"
-LICENSE = "GPL"
-DEPENDS = "expat glib-2.0 virtual/libintl dbus-glib-native dbus"
+require dbus-glib.inc
-SRC_URI = "http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz \
- file://no-examples.patch \
- file://no-introspect.patch"
+PR = "${INC_PR}.1"
-inherit autotools_stage gettext
-AUTOTOOLS_STAGE_PKGCONFIG = "1"
+SRC_URI_virtclass-native += "file://run-with-tmp-session-bus.patch"
-FILES_${PN} = "${libdir}/lib*.so.* ${libexecdir}/dbus* ${sysconfdir}/profile.d"
-FILES_${PN}-dev += "${libdir}/dbus-1.0/include ${bindir}/dbus-glib-tool"
-
-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_install_virtclass-native_prepend() {
+ install -d ${D}${datadir}/dbus
+ install -m 0644 tools/dbus-bus-introspect.xml ${D}${datadir}/dbus
}
-FILES_${PN}-dev += "${bindir}/dbus-binding-tool"
-
SRC_URI[md5sum] = "d4aa04b9df35b4bd663be38e959941c8"
SRC_URI[sha256sum] = "ca366fed6035f75c6ca038f99b780260a0e19f282067b2dd20243ba54105fc21"