diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-07 10:26:09 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-07 10:26:09 +0100 |
commit | 3f5e942c81627f7966a9f4bdc9b503a8cae0ef23 (patch) | |
tree | b76c3a591bedd277bdcb9d05448b23fabc43c92f /meta-oe | |
parent | 4f8b1b7ba1d96e0407d0ab4d33d5df5964c86907 (diff) | |
download | meta-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')
-rw-r--r-- | 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 d19f3a1cf..91829fa76 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 | |||
13 | 13 | ||
14 | EXTRA_OECONF = "${@base_contains('DISTRO_FEATURES', 'pam', '--enable-pam-module-dir=${base_libdir}/security --enable-pam=yes', '--enable-pam=no', d)}" | 14 | EXTRA_OECONF = "${@base_contains('DISTRO_FEATURES', 'pam', '--enable-pam-module-dir=${base_libdir}/security --enable-pam=yes', '--enable-pam=no', d)}" |
15 | 15 | ||
16 | # http://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg21444.html | ||
17 | PARALLEL_MAKE = "" | ||
18 | |||
16 | PACKAGES =+ "cgroups-pam-plugin" | 19 | PACKAGES =+ "cgroups-pam-plugin" |
17 | FILES_cgroups-pam-plugin = "${base_libdir}/security/pam_cgroup.so*" | 20 | FILES_cgroups-pam-plugin = "${base_libdir}/security/pam_cgroup.so*" |
18 | 21 | ||