aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/libcgroup
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-11-07 10:26:09 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-11-07 10:26:09 +0100
commit3f5e942c81627f7966a9f4bdc9b503a8cae0ef23 (patch)
treeb76c3a591bedd277bdcb9d05448b23fabc43c92f /meta-oe/recipes-core/libcgroup
parent4f8b1b7ba1d96e0407d0ab4d33d5df5964c86907 (diff)
downloadmeta-openembedded-3f5e942c81627f7966a9f4bdc9b503a8cae0ef23.tar.gz
libcgroup 0.37.1: disable parallel make, it breaks when using lots of threads
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-core/libcgroup')
-rw-r--r--meta-oe/recipes-core/libcgroup/libcgroup_0.37.1.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/libcgroup/libcgroup_0.37.1.bb b/meta-oe/recipes-core/libcgroup/libcgroup_0.37.1.bb
index d19f3a1cf0..91829fa766 100644
--- a/meta-oe/recipes-core/libcgroup/libcgroup_0.37.1.bb
+++ b/meta-oe/recipes-core/libcgroup/libcgroup_0.37.1.bb
@@ -13,6 +13,9 @@ SRC_URI[sha256sum] = "0b08632de5d3641aa554b422d02a77d9367e57933328a8765204ad9588
EXTRA_OECONF = "${@base_contains('DISTRO_FEATURES', 'pam', '--enable-pam-module-dir=${base_libdir}/security --enable-pam=yes', '--enable-pam=no', d)}"
+# http://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg21444.html
+PARALLEL_MAKE = ""
+
PACKAGES =+ "cgroups-pam-plugin"
FILES_cgroups-pam-plugin = "${base_libdir}/security/pam_cgroup.so*"