summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/libcgroup
Commit message (Collapse)AuthorAgeFilesLines
* libcgroup: removePaul Eggleton2012-11-291-27/+0
| | | | | | This is now in OE-Core. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* libcgroup: fix QA warningsAndreas Müller2012-03-291-0/+4
| | | | | | | | | | | | | fix the following warnings: WARNING: For recipe libcgroup, the following files/directories were installed but not shipped in any package: WARNING: /lib/security/pam_cgroup.la WARNING: /lib/security/.debug WARNING: /lib/security/.debug/pam_cgroup.so.0.0.0 WARNING: /lib/security/.debug/pam_cgroup.so WARNING: /lib/security/.debug/pam_cgroup.so.0 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libcgroup 0.37.1: disable parallel make, it breaks when using lots of threadsKoen Kooi2011-11-071-0/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* HACK: libcgroup: override ERROR_QAKoen Kooi2011-10-021-0/+2
| | | | | | This needs to get changed to use INSANE_SKIP, but I can't find the right incantation in the docs Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libcgroup: update to 0.37.1Koen Kooi2011-07-282-17/+18
| | | | Also fix PAM support
* Drop PRIORITY variablePaul Eggleton2011-07-141-1/+0
| | | | | | | | | | | | | | | | As discussed on the mailing list, this variable isn't useful and if wanted would be better implemented by distros using pn-X overrides. This patch executes: find . -regex ".*\.\(bb\|inc\)$" | xargs sed -i '/^PRIORITY = ".*"$/d' against the tree removing the references. Thanks to Phil Blundell for the command. (Prompted by oe-core rev: d122343362669c683acc4af295971a62cbc823fc) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* libcgroups: import from OE rev 01d461a53cec16ddec29b996896839a17c51a74aKoen Kooi2011-05-251-0/+18
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>