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.
Signed-off-by: Richard Purdie <[email protected]> --- meta/recipes-support/attr/acl_2.2.52.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-support/attr/acl_2.2.52.bb b/meta/recipes-support/attr/acl_2.2.52.bb index 6bc77d868d5..31ec64a43d4 100644 --- a/meta/recipes-support/attr/acl_2.2.52.bb +++ b/meta/recipes-support/attr/acl_2.2.52.bb @@ -25,6 +25,9 @@ SRC_URI[sha256sum] = "179074bb0580c06c4b4137be4c5a92a701583277967acdb5546043c787 require ea-acl.inc +# Has issues with newer versions of make +PARALLEL_MAKEINST = "" + # avoid RPATH hardcode to staging dir do_configure_append() { sed -i ${S}/config.status -e s,^\\\(hardcode_into_libs=\\\).*$,\\1\'no\', -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#142299): https://lists.openembedded.org/g/openembedded-core/message/142299 Mute This Topic: https://lists.openembedded.org/mt/76728769/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
