summaryrefslogtreecommitdiff
path: root/meta/recipes-core/dbus
AgeCommit message (Collapse)AuthorFiles
2011-02-14dbus: change owner and mode for dbus-daemon-launch-helper in postinstDongxiao Xu2
Add code in dbus postinst to change owner and mode for dbus-daemon-launch-helper. [BUGID #603] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-02-01dbus: extend to nativesdkPaul Eggleton1
BBCLASSEXTEND dbus to nativesdk for meta-toolchain-qte, and disable the dependency on libsm when building in this context (thus avoiding a number of sub-dependencies). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-01-21dbus: Drop now unneeded DEPENDS on glib-2.0Richard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-01-21dbus: upgrade to version 1.4.1Qing He4
from 1.4.0 Signed-off-by: Qing He <qing.he@intel.com>
2011-01-06dbus-glib: upgrade to version 0.92Scott Garman4
Includes some minor recipe formatting changes. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-01-06dbus-glib: delete unused patchScott Garman1
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2010-12-09SRC_URI Checksums AdditionalsSaul Wold2
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-11-18dbus-glib: upgrade to version 0.88Qing He3
from 0.86 Signed-off-by: Qing He <qing.he@intel.com>
2010-11-18dbus: upgrade to version 1.4.0Qing He5
from 1.2.24 - fix-install-daemon is removed since two binaries can be handled correctly by Makefile Signed-off-by: Qing He <qing.he@intel.com>
2010-10-11recipes-core: Cleanup package descriptions and summariesMark Hatle2
[BUGID #281] Evaluate and update each package in recipes-core to ensure they have a consistent summary and description. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2010-08-27Major layout change to the packages directoryRichard Purdie9
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>