From 67eeb71308e8307a99d12417dfb0fe8f016814da Mon Sep 17 00:00:00 2001 From: Kevin Tian Date: Sat, 10 Jul 2010 17:22:04 +0800 Subject: dbus: upgrade to 1.2.24 [Patches] REMOVE _cross.patch_: fixed in upstream KEEP _tmpdir.patch_: disable tmpdir test in build system UPDATE _fix-install-daemon.patch_: use automake for binary install instead of manual tweaks. extend it to cover dbus-daemon-launch-helper [Recipe] - remove native recipes and old versions - install to STAGING_DATADIR_NATIVE directly - remove manual tweak on dbus-daemon-launch-helper install - remove stale config options - adjust indention - enable dbus in runlevel 3 since networkmanager has requirement at that level - remove preferred versions in poky-fixed-revisions.inc. Based on discussion with Josh, the preferred version is there just because dbus is not carefully tested before Signed-off-by: Kevin Tian --- meta/packages/dbus/dbus-native_1.2.14.bb | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 meta/packages/dbus/dbus-native_1.2.14.bb (limited to 'meta/packages/dbus/dbus-native_1.2.14.bb') diff --git a/meta/packages/dbus/dbus-native_1.2.14.bb b/meta/packages/dbus/dbus-native_1.2.14.bb deleted file mode 100644 index 8114cd795..000000000 --- a/meta/packages/dbus/dbus-native_1.2.14.bb +++ /dev/null @@ -1,20 +0,0 @@ -require dbus.inc -inherit native - -DEPENDS = "glib-2.0-native libxml2-native expat-native" - -PR = "r6" - -EXTRA_OECONF_X = "--without-x" - -do_install() { - autotools_do_install - - # for dbus-glib-native introspection generation - install -d ${D}${datadir}/dbus/ - install -m 0644 bus/session.conf ${D}${datadir}/dbus/session.conf - - # dbus-glib-native and dbus-glib need this xml file - cd ${S} - ./bus/dbus-daemon --introspect > ${D}${datadir}/dbus/dbus-bus-introspect.xml -} -- cgit v1.2.3