[oe-commits] [openembedded-core] branch sumo-next updated: yocto-uninative: Update to 2.4

git at git.openembedded.org git at git.openembedded.org
Tue Mar 26 14:05:02 UTC 2019


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

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

The following commit(s) were added to refs/heads/sumo-next by this push:
     new 661ac7e  yocto-uninative: Update to 2.4
661ac7e is described below

commit 661ac7ed164965690a4334d372bf22f04c3bfd3a
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Mon Mar 25 16:50:11 2019 -0700

    yocto-uninative: Update to 2.4
    
    This supports glibc 2.29 which is appearing in distros like Ubuntu 19.04
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    [Fixed up for Sumo context; no aarch64]
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/distro/include/yocto-uninative.inc | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/meta/conf/distro/include/yocto-uninative.inc b/meta/conf/distro/include/yocto-uninative.inc
index c5b0556..64e71d9 100644
--- a/meta/conf/distro/include/yocto-uninative.inc
+++ b/meta/conf/distro/include/yocto-uninative.inc
@@ -6,9 +6,8 @@
 # to the distro running on the build machine.
 #
 
-UNINATIVE_MAXGLIBCVERSION = "2.28"
-
-UNINATIVE_URL ?= "http://downloads.yoctoproject.org/releases/uninative/2.3/"
-UNINATIVE_CHECKSUM[i686] ?= "44253cddbf629082568cea4fff59419106871a0cf81b4845b5d34e7014887b20"
-UNINATIVE_CHECKSUM[x86_64] ?= "c6954563dad3c95608117c6fc328099036c832bbd924ebf5fdccb622fc0a8684"
+UNINATIVE_MAXGLIBCVERSION = "2.29"
 
+UNINATIVE_URL ?= "http://downloads.yoctoproject.org/releases/uninative/2.4/"
+UNINATIVE_CHECKSUM[i686] ?= "fafacfc537a6ce2bd122bd16c146881ab5ac69bd575abf6cb68a0dd33fa70ea2"
+UNINATIVE_CHECKSUM[x86_64] ?= "06f91685b782f2ccfedf3070b3ba0fe4a5ba2f0766dad5c9d1642dccf95accd0"

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


More information about the Openembedded-commits mailing list