From: Richard Purdie Date: Fri, 17 Jan 2020 17:20:48 +0000 (+0000) Subject: binutils: Install non-alternatives links for nativesdk X-Git-Tag: uninative-2.8~452 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=0c06cfaa016d06cc56d80dc1c244a938f3d38a3c;p=openembedded-core.git 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. Signed-off-by: Richard Purdie --- 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" SRC_URI_append_class-nativesdk = "file://nativesdk-relocation.patch" +USE_ALTERNATIVES_FOR_class-nativesdk = "" +FILES_${PN}_append_class-nativesdk = " ${bindir}" + BBCLASSEXTEND = "native nativesdk"