summaryrefslogtreecommitdiff
path: root/meta/recipes-extended/sysstat
AgeCommit message (Collapse)AuthorFiles
2014-02-28autotools-brokensep: Mark recipes with broken separate build dir supportRichard Purdie1
This patch goes through the OE-Core recipes and marks those which use autotools but don't support a separate build directory (${S} != ${B}). A new class, autotools-brokensep is used for this purpose. This doesn't introduce any change in behaviour in its own right. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-02-13sysstat: upgrade to 10.2.1Chen Qi2
Upgrade sysstat to stable release 10.2.1. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-11-20sysstat: upgrade to 10.2.0Saul Wold3
Cleanup by moving files to $PN Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-10-18sysstat: upgrade to 10.1.7Saul Wold4
Remove patch that was backported and from verion we updated to Also cleanup white space Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-07-02sysstat: backport a patch to fix a parallel building errorRoy.Li2
Signed-off-by: Roy.Li <rongqing.li@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-06-13sysstat: Update to 10.1.6Saul Wold3
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-04-29sysstat: Update to 10.1.5Saul Wold2
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-03-18sysstat: Update to 10.1.4Saul Wold2
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-01-28sysstat: Update to 10.1.3Saul Wold2
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-01-04sysstat: fix sa_lib_dirConstantin Musca1
Fix the following warning: WARNING: QA Issue: sysstat: Files/directories were installed but not shipped /usr/lib /usr/lib/sa /usr/lib/sa/sadc /usr/lib/sa/sa2 /usr/lib/sa/sa1 /usr/lib/sa/.debug /usr/lib/sa/.debug/sadc Signed-off-by: Constantin Musca <constantinx.musca@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-11-19sysstat: Update to 10.1.2Saul Wold2
Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-09-12sysstat: upgrade to 10.1.1Constantin Musca2
Signed-off-by: Constantin Musca <constantinx.musca@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-08-30sysstat: Explicitly disable sensors support.Marc Ferland2
Since no lmsensors recipe exists by default in oe-core, explicitly disable support for it in sysstat. In my case sysstat would fail linking complaining about undefined references when adding my own lmsensors recipe. Signed-off-by: Marc Ferland <ferlandm@sonatest.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-06-25sysstat: Update to 10.0.5Saul Wold2
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-04-24sysstat: Upgrade to 10.0.3Saul Wold2
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-12-08sysstat: don't run populate-volatile.sh update in do_rootfs, first boot or ↵Martin Jansa2
without populate-volatile.sh Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-12-02sysstat: Update to 10.0.3Saul Wold2
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-09-29sysstat: update to 10.0.2Saul Wold2
Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-23sysstat: Avoid stripping binariesMark Hatle2
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-01sysstat: update to 10.0.0Saul Wold2
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-05-19sysstat: fix libc overridesKoen Kooi1
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-05-08sysstat.inc: Switch to inherit gettextTom Rini2
This needs to use both virtual/libnl as well as gettext-native in order to build. So we switch to using inherit gettext. This is 4a022cf3fe3e39aab478bfc13332d358ed80348c from OE where it was tested with qemuarm+angstrom-2010.x+eglibc and qemuarm+minimal-uclibc. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-12-16recipes-extended: Add Summary informationMark Hatle1
Add Summary information and update descriptions as necessary. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2010-12-09SRC_URI Checksums AdditionalsSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-11-18sysstat: upgrade to version 9.1.5Qing He1
from 9.1.4 Signed-off-by: Qing He <qing.he@intel.com>
2010-08-27Major layout change to the packages directoryRichard Purdie3
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>