diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-25 22:29:57 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-26 13:16:40 +0100 |
commit | 24bb79155b69c01d892ccf691fc130b1be8ff7a3 (patch) | |
tree | 63748669b0a9481ff056bd25969db5bfa8d917ed /meta/conf | |
parent | d854f1b6dc9d3cfa360a6305798c249f1eefe023 (diff) | |
download | poky-24bb79155b69c01d892ccf691fc130b1be8ff7a3.tar.gz |
yocto-uninative: Upgrade to version 2.2
This version adds nativesdk-libnss-nis to resolve glibc symbol issues
We need this to avoid symbol mismatch issues for binaries that use this
on newer systems which then won't run on older ones where it isn't present.
(From OE-Core rev: 98c7ab9cf32765d604c35dc69bc7bd90e94fc8f3)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-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 dcd59f87cc..38080c63b5 100644 --- a/meta/conf/distro/include/yocto-uninative.inc +++ b/meta/conf/distro/include/yocto-uninative.inc | |||
@@ -8,6 +8,7 @@ | |||
8 | 8 | ||
9 | UNINATIVE_MAXGLIBCVERSION = "2.27" | 9 | UNINATIVE_MAXGLIBCVERSION = "2.27" |
10 | 10 | ||
11 | UNINATIVE_URL ?= "http://downloads.yoctoproject.org/releases/uninative/2.1/" | 11 | UNINATIVE_URL ?= "http://downloads.yoctoproject.org/releases/uninative/2.2/" |
12 | UNINATIVE_CHECKSUM[i686] ?= "a90db17d8845ece764aaac19348cd78504c0e554cb998da39ebad03aeef76185" | 12 | UNINATIVE_CHECKSUM[i686] ?= "036b60092fe4acfa1a321d110673030db20344a2d56f33a4d047f0279498bdad" |
13 | UNINATIVE_CHECKSUM[x86_64] ?= "d43555df8d5a056ef5b20c7d8e0287207974e09df1e969a3e19302c8b4ea6b4b" | 13 | UNINATIVE_CHECKSUM[x86_64] ?= "e3b77208169bf1ac4e89496f3cdbf27695f5b18a2694a908a793390f28b67f83" |
14 | |||