diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-26 12:58:05 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-28 12:33:20 +0000 |
commit | f60a5d159bf4b446acb40674e19e169b12c5b57d (patch) | |
tree | 824646a011192e039f3aaf246433ad711a6e12e6 /meta-yocto/recipes-qt | |
parent | 126f634207cd11f8e4b0324b90613b76193ca8d2 (diff) | |
download | poky-f60a5d159bf4b446acb40674e19e169b12c5b57d.tar.gz |
bitbake/ConfHandler: Be more strict about variable quoting
Currently, bitbake will accept variables in the forms:
X = 1
X = '1 \
X = "1"
X = '1'
which will all set X=1. This patch removes the first two possibilities
and makes quoting mandatory. There is little metadata out there which
doesn't quote properly and bitbake will exit with an error about the
exact line number and file with any problem so users can easily identify
and fix issues. OE-Core has already been checked/fixed.
The motivation for this is being able to give sane errors if a user
does something like:
IMAGE_INSTALL += # tslib mtd-utils"
which currently gives a really nasty failure.
(Bitbake rev: a8ae80741fea5e0ec0fb9a52a963a4baa38d2564)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto/recipes-qt')
0 files changed, 0 insertions, 0 deletions