mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
binutils: Disable parallel install for target/nativesdk binutils
2.36 has a build race between libctf and libbfd (From OE-Core rev: b1f44d9f1f4090ec2c6fd58aa4321da9a22ba9a0) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -52,6 +52,10 @@ do_install_class-native () {
|
||||
rmdir ${D}/${libdir}64 || :
|
||||
}
|
||||
|
||||
# libctf races with libbfd
|
||||
PARALLEL_MAKEINST_class-target = ""
|
||||
PARALLEL_MAKEINST_class-nativesdk = ""
|
||||
|
||||
# Split out libbfd-*.so and libopcodes-*.so so including perf doesn't include
|
||||
# extra stuff
|
||||
PACKAGE_BEFORE_PN += "libbfd libopcodes"
|
||||
|
||||
Reference in New Issue
Block a user