mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
85d83ab01b
commit
67eeb71308
@@ -17,8 +17,6 @@ PREFERRED_VERSION_gtk+ ?= "2.20.1"
|
||||
|
||||
PREFERRED_VERSION_librsvg ?= "2.26.3"
|
||||
|
||||
PREFERRED_VERSION_dbus ?= "1.2.4"
|
||||
PREFERRED_VERSION_dbus-native ?= "1.2.4"
|
||||
PREFERRED_VERSION_dbus-glib ?= "0.82"
|
||||
PREFERRED_VERSION_dbus-glib-native ?= "0.82"
|
||||
PREFERRED_VERSION_gnome-vfs ?= "2.22.0"
|
||||
|
||||
Reference in New Issue
Block a user