[oe-commits] [openembedded-core] 01/01: tcmode-default.inc: bump LINUXLIBCVERSION to 4.14%

git at git.openembedded.org git at git.openembedded.org
Tue Jan 30 11:50:34 UTC 2018


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

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

commit df07a95f270492dba9fa04f917617b1aaee123b9
Author: Martin Jansa <martin.jansa at gmail.com>
AuthorDate: Tue Jan 30 11:21:37 2018 +0000

    tcmode-default.inc: bump LINUXLIBCVERSION to 4.14%
    
    * linux-libc-headers were updated without updating PREFERRED_VERSION causing
      following messages being shown in every single build:
      NOTE: preferred version 4.12% of nativesdk-linux-libc-headers not available (for item nativesdk-linux-libc-headers)
      NOTE: versions of nativesdk-linux-libc-headers available: 4.14.13
      NOTE: preferred version 4.12% of linux-libc-headers not available (for item linux-libc-headers)
      NOTE: versions of linux-libc-headers available: 4.14.13
      NOTE: preferred version 4.12% of linux-libc-headers not available (for item linux-libc-headers-dev)
      NOTE: versions of linux-libc-headers available: 4.14.13
      NOTE: preferred version 4.12% of nativesdk-linux-libc-headers not available (for item nativesdk-linux-libc-headers-dev)
    
    Signed-off-by: Martin Jansa <Martin.Jansa 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 1787a82..852ac3c 100644
--- a/meta/conf/distro/include/tcmode-default.inc
+++ b/meta/conf/distro/include/tcmode-default.inc
@@ -27,7 +27,7 @@ SDKGCCVERSION ?= "${GCCVERSION}"
 BINUVERSION ?= "2.29%"
 GDBVERSION ?= "8.0%"
 GLIBCVERSION ?= "2.26%"
-LINUXLIBCVERSION ?= "4.12%"
+LINUXLIBCVERSION ?= "4.14%"
 
 PREFERRED_VERSION_gcc ?= "${GCCVERSION}"
 PREFERRED_VERSION_gcc-cross-${TARGET_ARCH} ?= "${GCCVERSION}"

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


More information about the Openembedded-commits mailing list