summaryrefslogtreecommitdiff
path: root/meta/recipes-extended/sysstat
Commit message (Collapse)AuthorAgeFilesLines
* sysstat: Upgrade to 10.0.3Saul Wold2012-04-242-8/+8
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* sysstat: don't run populate-volatile.sh update in do_rootfs, first boot or ↵Martin Jansa2011-12-082-2/+7
| | | | | | | without populate-volatile.sh Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* sysstat: Update to 10.0.3Saul Wold2011-12-022-10/+8
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* sysstat: update to 10.0.2Saul Wold2011-09-292-10/+10
| | | | | Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* sysstat: Avoid stripping binariesMark Hatle2011-06-232-1/+4
| | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* sysstat: update to 10.0.0Saul Wold2011-06-012-10/+10
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* sysstat: fix libc overridesKoen Kooi2011-05-191-3/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* sysstat.inc: Switch to inherit gettextTom Rini2011-05-082-4/+2
| | | | | | | | | | 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>
* recipes-extended: Add Summary informationMark Hatle2010-12-161-0/+1
| | | | | | Add Summary information and update descriptions as necessary. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* SRC_URI Checksums AdditionalsSaul Wold2010-12-091-0/+3
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* sysstat: upgrade to version 9.1.5Qing He2010-11-181-0/+0
| | | | | | from 9.1.4 Signed-off-by: Qing He <qing.he@intel.com>
* Major layout change to the packages directoryRichard Purdie2010-08-273-0/+41
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>