summaryrefslogtreecommitdiffstats
path: root/meta/packages/dbus
AgeCommit message (Collapse)Author
2010-08-27Major layout change to the packages directoryRichard Purdie
Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-12populate-volatile.sh: cleanup duplicated invocations and remove boot warningKevin Tian
For one, populate-volatile.sh is itself a rcS script which is invoked earlier than package's own postinst method (last one in rcS). If package has already installed their volatile files correctly, it doesn't make sense to update volatile again in postinst since nothing is changed. On the other hand, dbus/hal are special since their user/group are only created in the target. If they pre-install volatiles like others, populate-volatile.sh will report "undefined user" since at that time their user/group haven't been created. The better way solving this is to generate their volatile in the fly after user/group are created, and then update volatiles. This fix [BUGID #121] Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-07-21dbus-glib: add license checksumKevin Tian
it's missing in last upgrade Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-07-21dbus: add license checksumKevin Tian
it's missed in last upgrade. Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-07-13dbud-glib: upgrade to 0.86Kevin Tian
[dbus-glib-Ptches] REMOVE _run-with-tmp-session-bus.patch_: test is not built by default DISABLE _fix_asneeded.patch_: not sure why we need change expat link order. Disable it but keep for a while KEEP _no-examples.patch_: don't build examples [dbus-glib-recipe] - remove native and old recipes - remove tweak on dbus-glib-bindings.h, since it will be generated correctly after passing correct config options linking to native dbus-binding-tool and dbus-bus-introspect.xml - remove preferred versions in poky-fixed-revisions.inc with similar reason as dbus Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-07-13dbus: upgrade to 1.2.24Kevin Tian
[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>
2010-07-02dbus: fix SRC_URI indentionKevin Tian
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-07-02dbus: fix metadataKevin Tian
Signed-off-by Kevin Tian <kevin.tian@intel.com>
2010-06-30dbus-glib: fix metadataKevin Tian
Signed-off-by Kevin Tian <kevin.tian@intel.com>
2010-04-27autotools: deprecate autotools_stage classJoshua Lock
Move the functionality into autotools and ensure all our Poky recipes are no longer using it. Keep the autools_stage class around for OE compatability but just have it inherit autools. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2009-12-11dbus-glib: 0.78 -> 0.82Richard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-17dbus-native: Convert to use do_install for stagingRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-17dbus: Remove unneeded staging functionRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-16dbus-glib-native: Convert to use do_install for stagingRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-13dbus: Disable X for -native versions, also explicitly disable libauditRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-13dbus: Improve fix deamon install patch to use automake magic to avoid ↵Richard Purdie
installing wrapper scripts Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-12dbus-native: Apply install fix patch to ensure the version of dbus-daemon in ↵Richard Purdie
staging is not a wrapper Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-06-12dbus: Use pkgconfig_stageRichard Purdie
2009-05-19dbus: Add 1.2.14Richard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-02-23dbus: make dbus-native do not use update-rc.d (removes harmless warning)Marcin Juszkiewicz
2009-01-15dbus-glib: 0.76 -> 0.78Richard Purdie
2009-01-12dbus-glib: Use the binding tool from PATHRichard Purdie
2009-01-05dbus-glib: Fix introspection configure optionRichard Purdie
2009-01-05dbus-native: Bump PRRichard Purdie
2009-01-05dbus-glib: Factor into a common .inc file and cleanup the recipe using ↵Richard Purdie
autotools staging
2009-01-05dbus-native: Generate the dbus-bus-introspect.xml so dbus-glib recipes don't ↵Richard Purdie
have to find the dbus source. Pass the location of the file to dbus-glib* with the --with-introspect and drop the now unneeded patch
2009-01-04Various fixes after recent commit breakageRichard Purdie
2009-01-02dbus: Drop old 1.0.* and 1.1.* versionsRichard Purdie
2009-01-02Drop now unneeded FILESDIR and S variables from various recipesRichard Purdie
2008-12-01upgrade dbus to 1.2.4Vivian Zhang
2008-08-19dbus: Add volatiles configurationRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5080 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-03dbus: add init script dependsRoss Burton
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4810 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-03dbus: start at rc5.d/S02 instead of S20Marcin Juszkiewicz
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4794 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-06-13dbus-glib: upgrade to 0.76Ross Burton
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4644 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-03-18dbus-native: fix builds without X11Ross Burton
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4047 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-03-10dbus: Add missing libsm DEPENDSRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3983 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-03-04dbus: unbreak buildbotMarcin Juszkiewicz
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3911 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-03-04dbus: renamed 1.1.4 -> 1.1.20 and added missing patchMarcin Juszkiewicz
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3909 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-03-04dbus: upgrade 1.1.4 to 1.1.20 (from OE)Marcin Juszkiewicz
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3905 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-02-27dbus: sneak in the security fix releaseRoss Burton
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3875 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-01-30Switch to using dbus.incRoss Burton
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3634 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-01-30dbus.inc: somewhat merge with OERoss Burton
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3633 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-01-30dbus: enable checks, disable asserts. Anything else is madness.Ross Burton
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3632 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-01-30dbus: enable X support so that the session bus terminates when X doesRoss Burton
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3631 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-01-18dbus: upgrade -bleeding to 1.1.4Ross Burton
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3516 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-01-16dbus: upgrade poky-bleeding to dbus 1.1.3Ross Burton
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3493 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-01-15dbus: bump -bleeding from 1.1.1 to 1.1.2Ross Burton
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3491 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-01-08dbus: disable asserts, not checks. asserts are slow and very intensive, ↵Ross Burton
checks are entry point sanity checks and are good git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3426 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-01-02Add dbus 1.1.1 (leave 1.0.2 as default)Richard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3400 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-10-29dbus-glib: Fix hardcoded staging layout referencesRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3021 311d38ba-8fff-0310-9ca6-ca027cbcb966