summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro
diff options
context:
space:
mode:
authorKevin Tian <kevin.tian@intel.com>2010-07-10 17:22:04 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-07-13 15:21:45 +0100
commit67eeb71308e8307a99d12417dfb0fe8f016814da (patch)
tree1706a99abdce003edd62a683392b6661003777f5 /meta/conf/distro
parent85d83ab01bcb1ca9d5ba940ee84fa503f207a480 (diff)
downloadpoky-67eeb71308e8307a99d12417dfb0fe8f016814da.tar.gz
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 <kevin.tian@intel.com>
Diffstat (limited to 'meta/conf/distro')
-rw-r--r--meta/conf/distro/include/poky-fixed-revisions.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/conf/distro/include/poky-fixed-revisions.inc b/meta/conf/distro/include/poky-fixed-revisions.inc
index aca4cc02ba..b5f3886358 100644
--- a/meta/conf/distro/include/poky-fixed-revisions.inc
+++ b/meta/conf/distro/include/poky-fixed-revisions.inc
@@ -17,8 +17,6 @@ PREFERRED_VERSION_gtk+ ?= "2.20.1"
17 17
18PREFERRED_VERSION_librsvg ?= "2.26.3" 18PREFERRED_VERSION_librsvg ?= "2.26.3"
19 19
20PREFERRED_VERSION_dbus ?= "1.2.4"
21PREFERRED_VERSION_dbus-native ?= "1.2.4"
22PREFERRED_VERSION_dbus-glib ?= "0.82" 20PREFERRED_VERSION_dbus-glib ?= "0.82"
23PREFERRED_VERSION_dbus-glib-native ?= "0.82" 21PREFERRED_VERSION_dbus-glib-native ?= "0.82"
24PREFERRED_VERSION_gnome-vfs ?= "2.22.0" 22PREFERRED_VERSION_gnome-vfs ?= "2.22.0"