summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/sstatesig.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oe/sstatesig.py')
-rw-r--r--meta/lib/oe/sstatesig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oe/sstatesig.py b/meta/lib/oe/sstatesig.py
index e053c37e96..bd11e2f888 100644
--- a/meta/lib/oe/sstatesig.py
+++ b/meta/lib/oe/sstatesig.py
@@ -348,7 +348,7 @@ def sstate_get_manifest_filename(task, d):
348 Also returns the datastore that can be used to query related variables. 348 Also returns the datastore that can be used to query related variables.
349 """ 349 """
350 d2 = d.createCopy() 350 d2 = d.createCopy()
351 extrainf = d.getVarFlag("do_" + task, 'stamp-extra-info', True) 351 extrainf = d.getVarFlag("do_" + task, 'stamp-extra-info')
352 if extrainf: 352 if extrainf:
353 d2.setVar("SSTATE_MANMACH", extrainf) 353 d2.setVar("SSTATE_MANMACH", extrainf)
354 return (d2.expand("${SSTATE_MANFILEPREFIX}.%s" % task), d2) 354 return (d2.expand("${SSTATE_MANFILEPREFIX}.%s" % task), d2)