[oe-commits] [openembedded-core] 02/06: tcmode-default: Add wildcard to GLIBCVERSION

git at git.openembedded.org git at git.openembedded.org
Sun Mar 1 10:40:37 UTC 2020


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

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

commit ef681222a918030d726a79cf04111fb5d0b66355
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Sat Feb 29 10:53:36 2020 -0800

    tcmode-default: Add wildcard to GLIBCVERSION
    
    glibc version has moved on to 2.31.x
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/distro/include/tcmode-default.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc
index 31d4b3b..849bcf6 100644
--- a/meta/conf/distro/include/tcmode-default.inc
+++ b/meta/conf/distro/include/tcmode-default.inc
@@ -20,7 +20,7 @@ GCCVERSION ?= "9.%"
 SDKGCCVERSION ?= "${GCCVERSION}"
 BINUVERSION ?= "2.34%"
 GDBVERSION ?= "9.%"
-GLIBCVERSION ?= "2.31"
+GLIBCVERSION ?= "2.31%"
 LINUXLIBCVERSION ?= "5.4%"
 QEMUVERSION ?= "4.2%"
 GOVERSION ?= "1.14%"

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


More information about the Openembedded-commits mailing list