[oe-commits] Koen Kooi : libcgroup 0.37.1: disable parallel make, it breaks when using lots of threads

git at git.openembedded.org git at git.openembedded.org
Mon Nov 7 09:26:47 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: 3f5e942c81627f7966a9f4bdc9b503a8cae0ef23
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=3f5e942c81627f7966a9f4bdc9b503a8cae0ef23

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Mon Nov  7 10:26:09 2011 +0100

libcgroup 0.37.1: disable parallel make, it breaks when using lots of threads

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/recipes-core/libcgroup/libcgroup_0.37.1.bb |    3 +++
 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 d19f3a1..91829fa 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*"
 





More information about the Openembedded-commits mailing list