diff options
author | Kartik Mohta <kartikmohta@gmail.com> | 2012-07-03 23:21:07 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-09 16:51:21 +0100 |
commit | 7fd82cc90a48302ed42b6bfa962bb0de2c652b45 (patch) | |
tree | f5bb6754c7fe194b6d2dbddee555ed8368d137f5 /meta/recipes-core | |
parent | 9705ccc10892b15fa3269ed071bb41d45987694c (diff) | |
download | openembedded-core-7fd82cc90a48302ed42b6bfa962bb0de2c652b45.tar.gz openembedded-core-7fd82cc90a48302ed42b6bfa962bb0de2c652b45.tar.bz2 openembedded-core-7fd82cc90a48302ed42b6bfa962bb0de2c652b45.zip |
gcc-common: Don't use "is" for comparing strings, use "=="
Needed because the equality check was failing here even though upon
printing the LHS and RHS were the same.
As per http://stackoverflow.com/a/2987975/64537, using "is" compares the
memory addresses of the two objects which is not what we want here. We
just want to compare the values.
Signed-off-by: Kartik Mohta <kartikmohta@gmail.com>
Diffstat (limited to 'meta/recipes-core')
0 files changed, 0 insertions, 0 deletions