mirror of
git://git.yoctoproject.org/poky
synced 2026-04-02 02:49:11 +00:00
attr: Disable parallel make install
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 attr in newer releases don't have the issue. (From OE-Core rev: 3bea0931087698b9913f56bb93df3ef279ab4930) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
25ac7e58c8
commit
f88445342f
@ -12,4 +12,7 @@ SRC_URI += "file://attr-Missing-configure.ac.patch \
|
||||
SRC_URI[md5sum] = "84f58dec00b60f2dc8fd1c9709291cc7"
|
||||
SRC_URI[sha256sum] = "25772f653ac5b2e3ceeb89df50e4688891e21f723c460636548971652af0a859"
|
||||
|
||||
# Has issues with newer versions of make
|
||||
PARALLEL_MAKEINST = ""
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user