[oe-commits] [openembedded-core] 05/35: yocto-uninative: Upgrade to verson 2.3 which includes glibc 2.28

git at git.openembedded.org git at git.openembedded.org
Fri Nov 16 16:33:41 UTC 2018


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

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

commit f01153e1782425756a40929ffb3fa72993b7a3b1
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Thu Oct 25 10:17:09 2018 +0100

    yocto-uninative: Upgrade to verson 2.3 which includes glibc 2.28
    
    This allows us to handle distros which contain glibc 2.28 such as
    Ubuntu 18.10.
    
    (From OE-Core rev: 5c7d9abcd611d23d4340f9a0aee2564f72158a0b)
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    [Fixed up for sumo context]
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/conf/distro/include/yocto-uninative.inc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta/conf/distro/include/yocto-uninative.inc b/meta/conf/distro/include/yocto-uninative.inc
index 38080c6..c5b0556 100644
--- a/meta/conf/distro/include/yocto-uninative.inc
+++ b/meta/conf/distro/include/yocto-uninative.inc
@@ -6,9 +6,9 @@
 # to the distro running on the build machine.
 #
 
-UNINATIVE_MAXGLIBCVERSION = "2.27"
+UNINATIVE_MAXGLIBCVERSION = "2.28"
 
-UNINATIVE_URL ?= "http://downloads.yoctoproject.org/releases/uninative/2.2/"
-UNINATIVE_CHECKSUM[i686] ?= "036b60092fe4acfa1a321d110673030db20344a2d56f33a4d047f0279498bdad"
-UNINATIVE_CHECKSUM[x86_64] ?= "e3b77208169bf1ac4e89496f3cdbf27695f5b18a2694a908a793390f28b67f83"
+UNINATIVE_URL ?= "http://downloads.yoctoproject.org/releases/uninative/2.3/"
+UNINATIVE_CHECKSUM[i686] ?= "44253cddbf629082568cea4fff59419106871a0cf81b4845b5d34e7014887b20"
+UNINATIVE_CHECKSUM[x86_64] ?= "c6954563dad3c95608117c6fc328099036c832bbd924ebf5fdccb622fc0a8684"
 

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


More information about the Openembedded-commits mailing list