mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
image: Fix previous broken commit to set expand parameter to getVar
(From OE-Core rev: eb5ca672c793e7c2151e7f2fef26e0c25130d840) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -440,7 +440,7 @@ python () {
|
|||||||
# date/time values. It will get expanded at execution time.
|
# date/time values. It will get expanded at execution time.
|
||||||
# Similarly TMPDIR since otherwise we see QA stamp comparision problems
|
# Similarly TMPDIR since otherwise we see QA stamp comparision problems
|
||||||
# Expand PV else it can trigger get_srcrev which can fail due to these variables being unset
|
# Expand PV else it can trigger get_srcrev which can fail due to these variables being unset
|
||||||
localdata.setVar('PV', d.getVar('PV'))
|
localdata.setVar('PV', d.getVar('PV', True))
|
||||||
localdata.delVar('DATETIME')
|
localdata.delVar('DATETIME')
|
||||||
localdata.delVar('TMPDIR')
|
localdata.delVar('TMPDIR')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user