mirror of
https://git.yoctoproject.org/poky
synced 2026-09-18 15:49:32 +02:00
acl: Disable parallel make install
Similiarly to attr, do_install fails on newer versions of make with interesting and hard to debug errors. Disablle parallle make install as a workaround. Later verisons of acl in newer releases don't have the issue. (From OE-Core rev: 036a4b425f88a237c2c7c1b9575bd2d372a8e130) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -25,6 +25,9 @@ SRC_URI[sha256sum] = "179074bb0580c06c4b4137be4c5a92a701583277967acdb5546043c787
|
|||||||
|
|
||||||
require ea-acl.inc
|
require ea-acl.inc
|
||||||
|
|
||||||
|
# Has issues with newer versions of make
|
||||||
|
PARALLEL_MAKEINST = ""
|
||||||
|
|
||||||
# avoid RPATH hardcode to staging dir
|
# avoid RPATH hardcode to staging dir
|
||||||
do_configure_append() {
|
do_configure_append() {
|
||||||
sed -i ${S}/config.status -e s,^\\\(hardcode_into_libs=\\\).*$,\\1\'no\',
|
sed -i ${S}/config.status -e s,^\\\(hardcode_into_libs=\\\).*$,\\1\'no\',
|
||||||
|
|||||||
Reference in New Issue
Block a user