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 <richard.purdie@linuxfoundation.org>
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\',