summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/cases/reproducible.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/reproducible.py')
-rw-r--r--meta/lib/oeqa/selftest/cases/reproducible.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/reproducible.py b/meta/lib/oeqa/selftest/cases/reproducible.py
index 5d3959be77..d01a2665c2 100644
--- a/meta/lib/oeqa/selftest/cases/reproducible.py
+++ b/meta/lib/oeqa/selftest/cases/reproducible.py
@@ -158,7 +158,7 @@ class ReproducibleTests(OESelftestTestCase):
158 # mirror, forcing a complete build from scratch 158 # mirror, forcing a complete build from scratch
159 config += textwrap.dedent('''\ 159 config += textwrap.dedent('''\
160 SSTATE_DIR = "${TMPDIR}/sstate" 160 SSTATE_DIR = "${TMPDIR}/sstate"
161 SSTATE_MIRROR = "" 161 SSTATE_MIRRORS = ""
162 ''') 162 ''')
163 163
164 self.write_config(config) 164 self.write_config(config)