diff options
author | Kevin Tian <kevin.tian@intel.com> | 2010-07-10 17:22:04 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-13 15:21:45 +0100 |
commit | 67eeb71308e8307a99d12417dfb0fe8f016814da (patch) | |
tree | 1706a99abdce003edd62a683392b6661003777f5 /meta/packages/dbus/dbus_1.2.4.bb | |
parent | 85d83ab01bcb1ca9d5ba940ee84fa503f207a480 (diff) | |
download | poky-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/packages/dbus/dbus_1.2.4.bb')
-rw-r--r-- | meta/packages/dbus/dbus_1.2.4.bb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/packages/dbus/dbus_1.2.4.bb b/meta/packages/dbus/dbus_1.2.4.bb deleted file mode 100644 index 0d2ed25ecf..0000000000 --- a/meta/packages/dbus/dbus_1.2.4.bb +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | include dbus.inc | ||
2 | |||
3 | PR = "r3" | ||
4 | |||
5 | inherit update-rc.d | ||