diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-17 17:20:48 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-22 15:56:14 +0000 |
commit | 3de2b59db530045bfd17b5f4232241c0c7405f40 (patch) | |
tree | fee9635e3131a9f8ea5bc898fd07e8c79e8001a9 /meta/recipes-devtools | |
parent | 477aeb4e5b8f79fd7e703364af18518fed8971d6 (diff) | |
download | poky-3de2b59db530045bfd17b5f4232241c0c7405f40.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/binutils/binutils_2.33.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/binutils/binutils_2.33.bb b/meta/recipes-devtools/binutils/binutils_2.33.bb index c2833b8447..ecdab96658 100644 --- a/meta/recipes-devtools/binutils/binutils_2.33.bb +++ b/meta/recipes-devtools/binutils/binutils_2.33.bb | |||
@@ -53,5 +53,8 @@ FILES_libbfd = "${libdir}/libbfd-*.so" | |||
53 | 53 | ||
54 | SRC_URI_append_class-nativesdk = "file://nativesdk-relocation.patch" | 54 | SRC_URI_append_class-nativesdk = "file://nativesdk-relocation.patch" |
55 | 55 | ||
56 | USE_ALTERNATIVES_FOR_class-nativesdk = "" | ||
57 | FILES_${PN}_append_class-nativesdk = " ${bindir}" | ||
58 | |||
56 | BBCLASSEXTEND = "native nativesdk" | 59 | BBCLASSEXTEND = "native nativesdk" |
57 | 60 | ||