diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-24 07:33:08 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-28 10:16:02 +0100 |
commit | 8b5a62ee26da768445dbf39de1fee0f42bb1d40f (patch) | |
tree | 43b1e6546b3bfc372bb6f0b38ff19478ca83c4a8 /meta/conf/distro/include | |
parent | 725e66e1d08ae000d8f68455ddca0e192080dc1f (diff) | |
download | poky-8b5a62ee26da768445dbf39de1fee0f42bb1d40f.tar.gz |
uninative: Upgrade to 1.4
This adds the new version of patchelf which resolves issues some users
were seeing with older versions.
(From OE-Core rev: c9fc6dbba5cb6193fa51538ab1d6a16d1376bea8)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro/include')
-rw-r--r-- | meta/conf/distro/include/yocto-uninative.inc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/conf/distro/include/yocto-uninative.inc b/meta/conf/distro/include/yocto-uninative.inc index 0c0f75c0b9..2f794f72bc 100644 --- a/meta/conf/distro/include/yocto-uninative.inc +++ b/meta/conf/distro/include/yocto-uninative.inc | |||
@@ -6,7 +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.3/" | 9 | UNINATIVE_URL = "http://downloads.yoctoproject.org/releases/uninative/1.4/" |
10 | UNINATIVE_CHECKSUM[i686] ?= "ace5a6a0a91d5848de7bc8128379c2a987811454b6cb321ea9003ce91e6652d4" | 10 | UNINATIVE_CHECKSUM[i686] ?= "b4bc60511ce479736808273ffa043df4ed2a225407dd7ca150ae6220d9ce76d5" |
11 | UNINATIVE_CHECKSUM[x86_64] ?= "8e8b3db668fcc5bfdfcd268c0999ba2f4e85148a9a147f856d7b684f802c9797" | 11 | UNINATIVE_CHECKSUM[x86_64] ?= "101ff8f2580c193488db9e76f9646fb6ed38b65fb76f403acb0e2178ce7127ca" |
12 | |||