[oe-commits] [openembedded-core] 04/05: yocto-uninative: Update to 1.0 tarball (new version of glibc)

git at git.openembedded.org git at git.openembedded.org
Tue May 17 22:22:59 UTC 2016


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

commit 60d7eb45f1d65384d7ab0a47a0a70d5cba81083e
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Tue May 17 11:00:31 2016 +0100

    yocto-uninative: Update to 1.0 tarball (new version of glibc)
    
    Since we have a new version of glibc, upgrade to a new version of
    the uninative tarball to ensure we work on recent distributions.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/distro/include/yocto-uninative.inc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/conf/distro/include/yocto-uninative.inc b/meta/conf/distro/include/yocto-uninative.inc
index 85e613a..2f7fd6d 100644
--- a/meta/conf/distro/include/yocto-uninative.inc
+++ b/meta/conf/distro/include/yocto-uninative.inc
@@ -6,6 +6,6 @@
 # to the distro running on the build machine.
 #
 
-UNINATIVE_URL = "http://downloads.yoctoproject.org/releases/uninative/0.95/"
-UNINATIVE_CHECKSUM[i686] ?= "5f27d7e0f4dd2ed80a7ff6a0d88af107b08e00765b31ed3aa180cc5ce15b0811"
-UNINATIVE_CHECKSUM[x86_64] ?= "26d46c61ad88cc245e31c88549717c0092a838d111b93ec169d88b08cc027581"
+UNINATIVE_URL = "http://downloads.yoctoproject.org/releases/uninative/1.0/"
+UNINATIVE_CHECKSUM[i686] ?= "94a4693ec2df05d326e13dc1b613b7810ec7eeb5c9ce61d107c672cba49ac51a"
+UNINATIVE_CHECKSUM[x86_64] ?= "d3f2153800a730f647d0e06b76be5321ca400a076ffcf90d5512b72098406a61"

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


More information about the Openembedded-commits mailing list