summaryrefslogtreecommitdiffstats
path: root/meta/classes/uninative.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/uninative.bbclass')
-rw-r--r--meta/classes/uninative.bbclass2
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)