diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-30 20:48:58 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-31 09:15:03 +0100 |
commit | 1b2df6e9425523050537ac12372de5d0aa5bb59d (patch) | |
tree | 75f3dc4528e77a1eb34e4bc3472270114065ec6d /meta/classes/uninative.bbclass | |
parent | f719386841229e291e1284387abe1b4ccc5d445a (diff) | |
download | poky-1b2df6e9425523050537ac12372de5d0aa5bb59d.tar.gz |
uninative: Switch md5sum -> sha256
There are various concerns about md5 so use sha256 instead.
(From OE-Core rev: a88603cb2ffd4f995e16349a389902eb884252e5)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/uninative.bbclass')
-rw-r--r-- | meta/classes/uninative.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/uninative.bbclass b/meta/classes/uninative.bbclass index 0798717714..89cec07d78 100644 --- a/meta/classes/uninative.bbclass +++ b/meta/classes/uninative.bbclass | |||
@@ -60,7 +60,7 @@ python uninative_event_fetchloader() { | |||
60 | localdata.setVar('FILESPATH', "") | 60 | localdata.setVar('FILESPATH', "") |
61 | localdata.setVar('DL_DIR', tarballdir) | 61 | localdata.setVar('DL_DIR', tarballdir) |
62 | 62 | ||
63 | srcuri = d.expand("${UNINATIVE_URL}${UNINATIVE_TARBALL};md5sum=%s" % chksum) | 63 | srcuri = d.expand("${UNINATIVE_URL}${UNINATIVE_TARBALL};sha256sum=%s" % chksum) |
64 | bb.note("Fetching uninative binary shim from %s" % srcuri) | 64 | bb.note("Fetching uninative binary shim from %s" % srcuri) |
65 | 65 | ||
66 | fetcher = bb.fetch2.Fetch([srcuri], localdata, cache=False) | 66 | fetcher = bb.fetch2.Fetch([srcuri], localdata, cache=False) |