summaryrefslogtreecommitdiff
path: root/meta/lib/oe/utils.py
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-19 13:22:59 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-19 13:23:47 +0000
commit053ca014e7eb8c9dd05cef42fe23f463f3eb15dd (patch)
treee339982aa152d6214d6ef8968f50885a5a402234 /meta/lib/oe/utils.py
parentdeb99cefe8be7fa63972edadf69f92d361b9a7c5 (diff)
downloadopenembedded-core-053ca014e7eb8c9dd05cef42fe23f463f3eb15dd.tar.gz
openembedded-core-053ca014e7eb8c9dd05cef42fe23f463f3eb15dd.tar.bz2
openembedded-core-053ca014e7eb8c9dd05cef42fe23f463f3eb15dd.zip
perf: Fix parsing error
Due to the use of ${@...} the code will try and expand this when performing the initial parsing. If the sysroot doesn't exist with an existing kernel, this will fail at parsing time. Sinec we're already in python, just remove the ${@....} wrapping and then we execute at do_package time which is what we want. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oe/utils.py')
0 files changed, 0 insertions, 0 deletions