Files
poky/meta/recipes-devtools
Kartik Mohta d0900924a6 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.

(From OE-Core rev: 7fd82cc90a48302ed42b6bfa962bb0de2c652b45)

Signed-off-by: Kartik Mohta <kartikmohta@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-09 16:58:56 +01:00
..
2012-06-29 13:31:00 +01:00
2012-01-03 12:14:25 +00:00
2012-01-03 12:14:31 +00:00
2012-02-28 12:27:46 +00:00
2012-05-03 15:48:04 +01:00
2012-06-21 14:42:25 +01:00
2012-02-26 22:51:58 +00:00
2011-07-20 15:27:36 +01:00
2011-07-01 23:27:29 +01:00
2012-01-03 12:14:31 +00:00
2011-11-29 11:22:04 +00:00
2012-06-29 13:31:02 +01:00
2012-06-11 13:55:55 +01:00
2012-05-08 14:49:15 +01:00
2012-06-21 13:03:03 +01:00
2012-05-30 12:04:39 +01:00
2012-07-04 17:40:36 +01:00
2012-01-17 14:53:25 +00:00
2012-04-23 23:10:18 +01:00
2012-06-25 16:35:53 +01:00
2012-07-09 11:38:02 +01:00
2011-10-14 13:18:18 +01:00
2012-06-15 15:12:45 +01:00
2011-12-08 15:24:32 +00:00
2011-12-02 15:14:02 +00:00
2010-12-23 15:52:06 +00:00