diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-09 19:46:00 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-11 06:27:02 -0700 |
commit | 5350ee317740751f2417c1794dd39d3880347dbf (patch) | |
tree | 9dc5bce2606537b58ce79f0d24a720af952100e7 /meta | |
parent | 6c1f8b957db9428f5a0ae16eb1dd1b519ea57f32 (diff) | |
download | poky-5350ee317740751f2417c1794dd39d3880347dbf.tar.gz |
yocto-uninative: Upgrade to 1.8 version with glibc 2.27
Now distros are starting to ship glibc 2.27 we need a uninatve version
which contains glibc 2.27 which is in the 1.8 version.
(From OE-Core rev: 0a1a1daac661046b0bf287b63267d58e0ab03e8e)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/distro/include/yocto-uninative.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/conf/distro/include/yocto-uninative.inc b/meta/conf/distro/include/yocto-uninative.inc index 839c19aa57..b3f8c247f5 100644 --- a/meta/conf/distro/include/yocto-uninative.inc +++ b/meta/conf/distro/include/yocto-uninative.inc | |||
@@ -6,6 +6,6 @@ | |||
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.7/" | 9 | UNINATIVE_URL ?= "http://downloads.yoctoproject.org/releases/uninative/1.8/" |
10 | UNINATIVE_CHECKSUM[i686] ?= "d7c341460035936c19d63fe02f354ef1bc993c62d694ae3a31458d1c6997f0c5" | 10 | UNINATIVE_CHECKSUM[i686] ?= "427ce522ec97f65c75fd89587d90ef789e8cbca4a617abc4b5822abb01c2d0ae" |
11 | UNINATIVE_CHECKSUM[x86_64] ?= "ed033c868b87852b07957a4400f3b744c00aef5d6470346ea1a59b6d3e03075e" | 11 | UNINATIVE_CHECKSUM[x86_64] ?= "de4947e98e09e1432d069311cc2093974ecb9138a714fd5466f73524de66a693" |