mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
binutils: Install non-alternatives links for nativesdk
In the SDK we need the plain symlinks and don't use alternative providers. When these are missing the toolchain can work incorrectly so fix this. (From OE-Core rev: 0c06cfaa016d06cc56d80dc1c244a938f3d38a3c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
477aeb4e5b
commit
3de2b59db5
|
@ -53,5 +53,8 @@ FILES_libbfd = "${libdir}/libbfd-*.so"
|
|||
|
||||
SRC_URI_append_class-nativesdk = "file://nativesdk-relocation.patch"
|
||||
|
||||
USE_ALTERNATIVES_FOR_class-nativesdk = ""
|
||||
FILES_${PN}_append_class-nativesdk = " ${bindir}"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user