diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-12 23:00:11 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-17 10:23:43 +0100 |
commit | fbc144d08ffba5241f18c26bb30790265daa79c7 (patch) | |
tree | 630d3805c920571ad64b464a5224303c2bf45caa | |
parent | 96a861eb0211ce66eab11322d474f1a8f5f0312a (diff) | |
download | poky-fbc144d08ffba5241f18c26bb30790265daa79c7.tar.gz |
uninative: Update to 1.3
Uninative 1.2 didn't contain the nativesdk locale fix we really needed
to release and update to uninative 1.3 which does contain that fix
and also uses glibc 2.24 final release.
(From OE-Core rev: e0516960925e93f1801620897743b1cebcd806bc)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/conf/distro/include/yocto-uninative.inc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/conf/distro/include/yocto-uninative.inc b/meta/conf/distro/include/yocto-uninative.inc index 48ad2831c6..0c0f75c0b9 100644 --- a/meta/conf/distro/include/yocto-uninative.inc +++ b/meta/conf/distro/include/yocto-uninative.inc | |||
@@ -6,6 +6,7 @@ | |||
6 | # to the distro running on the build machine. | 6 | # to the distro running on the build machine. |
7 | # | 7 | # |
8 | 8 | ||
9 | UNINATIVE_URL = "http://downloads.yoctoproject.org/releases/uninative/1.2/" | 9 | UNINATIVE_URL = "http://downloads.yoctoproject.org/releases/uninative/1.3/" |
10 | UNINATIVE_CHECKSUM[i686] ?= "8b2f16d16cb037dd9905431875f5c355367dded84b18c3b98ca0e639b96fb8d1" | 10 | UNINATIVE_CHECKSUM[i686] ?= "ace5a6a0a91d5848de7bc8128379c2a987811454b6cb321ea9003ce91e6652d4" |
11 | UNINATIVE_CHECKSUM[x86_64] ?= "2919dd81e4cafcc0fe73736363c6232dc8bfc016a8c765481d98ae4de8193d24" | 11 | UNINATIVE_CHECKSUM[x86_64] ?= "8e8b3db668fcc5bfdfcd268c0999ba2f4e85148a9a147f856d7b684f802c9797" |
12 | |||