From b5f471b74b2da533abfad2601b221fa806fcf3b2 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Mon, 3 Apr 2017 17:26:22 +0100 Subject: yocto-uninative: Update to the 1.6 release This release includes fixes for Windows/Mingw support. Signed-off-by: Joshua Lock Signed-off-by: Ross Burton --- 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 7f9eaba6b7..7c2151c382 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/1.5/" -UNINATIVE_CHECKSUM[i686] ?= "4cda652ba90f98e4c34e4c5a7e9f6364b51d3538228a4ffc24d0168fdf331369" -UNINATIVE_CHECKSUM[x86_64] ?= "22f5a061d077379f5728197bfcc239aa087332293038df48535c7badcb6939fd" +UNINATIVE_URL ?= "http://downloads.yoctoproject.org/releases/uninative/1.6/" +UNINATIVE_CHECKSUM[i686] ?= "d9daf66785834f888b6f50a1d37a8120815f8380e0e267d311e1dfaf4bb5404e" +UNINATIVE_CHECKSUM[x86_64] ?= "2b4fffa308d9f19e0742a1a404ff42495fb50c165e5ca0458cedca157372691a" -- cgit 1.2.3-korg