summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/cases/archiver.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/archiver.py')
-rw-r--r--meta/lib/oeqa/selftest/cases/archiver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/archiver.py b/meta/lib/oeqa/selftest/cases/archiver.py
index 3fa59fff51..3cb888c506 100644
--- a/meta/lib/oeqa/selftest/cases/archiver.py
+++ b/meta/lib/oeqa/selftest/cases/archiver.py
@@ -141,7 +141,7 @@ class Archiver(OESelftestTestCase):
141 pn = 'gcc-source-%s' % get_bb_vars(['PV'], 'gcc')['PV'] 141 pn = 'gcc-source-%s' % get_bb_vars(['PV'], 'gcc')['PV']
142 142
143 # Generate the tasks signatures 143 # Generate the tasks signatures
144 bitbake('mc:mc1:%s mc:mc2:%s -c %s -S none' % (pn, pn, task)) 144 bitbake('mc:mc1:%s mc:mc2:%s -c %s -S lockedsigs' % (pn, pn, task))
145 145
146 # Check the tasks signatures 146 # Check the tasks signatures
147 # To be machine agnostic the tasks needs to generate the same signature for each machine 147 # To be machine agnostic the tasks needs to generate the same signature for each machine