[oe-commits] [openembedded-core] 12/15: tcmode-default: Add PREFERRED_VERSION for libgfortran

git at git.openembedded.org git at git.openembedded.org
Thu May 9 21:05:11 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit a67431ce55ecb9c05e8fe73539787d7c5f3ea88a
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Thu May 9 21:17:23 2019 +0100

    tcmode-default: Add PREFERRED_VERSION for libgfortran
    
    With the addition of gcc 9 recipes it highlighted there is no PREFERRED_VERSION
    set for libgfortran and it should match the rest of gcc. Add this missing
    PREFERRED_VERSION line to avoid mixing gcc versions in inadvisable ways.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/distro/include/tcmode-default.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc
index 02e9ddd..daacfe2 100644
--- a/meta/conf/distro/include/tcmode-default.inc
+++ b/meta/conf/distro/include/tcmode-default.inc
@@ -39,6 +39,7 @@ PREFERRED_VERSION_nativesdk-gcc-runtime ?= "${SDKGCCVERSION}"
 PREFERRED_VERSION_nativesdk-gcc-sanitizers ?= "${SDKGCCVERSION}"
 PREFERRED_VERSION_libgcc ?= "${GCCVERSION}"
 PREFERRED_VERSION_libgcc-initial ?= "${GCCVERSION}"
+PREFERRED_VERSION_libgfortran ?= "${GCCVERSION}"
 PREFERRED_VERSION_nativesdk-gcc ?= "${SDKGCCVERSION}"
 PREFERRED_VERSION_nativesdk-libgcc ?= "${SDKGCCVERSION}"
 PREFERRED_VERSION_nativesdk-libgcc-initial ?= "${SDKGCCVERSION}"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list