diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-07 21:41:33 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-06 16:54:37 +0100 |
commit | f764659f54b4def16f5c062f1060a7c8c204ac46 (patch) | |
tree | 2942463eb688f0c4e71f9e7f5c9ecf442328a510 /meta | |
parent | f8dd325b859d8a69d4f8d632a909724832dd558c (diff) | |
download | poky-f764659f54b4def16f5c062f1060a7c8c204ac46.tar.gz |
yocto-uninative: Update to the 1.5 release
This upgrades to a version of patchelf which works on newer distros
and doesn't inflate binaries in crazy ways.
(From OE-Core rev: b857ec92564ee3f23adf88d2675d920aff13e141)
(From OE-Core rev: 1496ae0ab32315537649dea7e5a22a16fae0a528)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
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 975edec9c5..7f9eaba6b7 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.4/" | 9 | UNINATIVE_URL ?= "http://downloads.yoctoproject.org/releases/uninative/1.5/" |
10 | UNINATIVE_CHECKSUM[i686] ?= "b4bc60511ce479736808273ffa043df4ed2a225407dd7ca150ae6220d9ce76d5" | 10 | UNINATIVE_CHECKSUM[i686] ?= "4cda652ba90f98e4c34e4c5a7e9f6364b51d3538228a4ffc24d0168fdf331369" |
11 | UNINATIVE_CHECKSUM[x86_64] ?= "101ff8f2580c193488db9e76f9646fb6ed38b65fb76f403acb0e2178ce7127ca" | 11 | UNINATIVE_CHECKSUM[x86_64] ?= "22f5a061d077379f5728197bfcc239aa087332293038df48535c7badcb6939fd" |