mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 10:08:13 +00:00
sstate: Fix EXTRA_STAGING_FIXMES handling
The code wasn't working properly, tweak so that it works as expected and the grep expression includes the right patterns. Not sure this code has ever worked prior to this. (From OE-Core rev: 6a46a974611c5262efefc21a11adb736c0fb206a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
f7e18547c1
commit
38bcf14abc
@ -518,6 +518,7 @@ python sstate_hardcode_path () {
|
||||
for fixmevar in extra_staging_fixmes.split():
|
||||
fixme_path = d.getVar(fixmevar)
|
||||
sstate_sed_cmd += " -e 's:%s:FIXME_%s:g'" % (fixme_path, fixmevar)
|
||||
sstate_grep_cmd += " -e '%s'" % (fixme_path)
|
||||
|
||||
fixmefn = sstate_builddir + "fixmepath"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user