summaryrefslogtreecommitdiffstats
path: root/meta/lib
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib')
-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 cb4c59ca6f..7bc578a20f 100644
--- a/meta/lib/oeqa/selftest/cases/reproducible.py
+++ b/meta/lib/oeqa/selftest/cases/reproducible.py
@@ -258,7 +258,7 @@ class ReproducibleTests(OESelftestTestCase):
258 # mirror, forcing a complete build from scratch 258 # mirror, forcing a complete build from scratch
259 config += textwrap.dedent('''\ 259 config += textwrap.dedent('''\
260 SSTATE_DIR = "${TMPDIR}/sstate" 260 SSTATE_DIR = "${TMPDIR}/sstate"
261 SSTATE_MIRROR = "" 261 SSTATE_MIRRORS = ""
262 ''') 262 ''')
263 263
264 self.write_config(config) 264 self.write_config(config)