bitbake.conf: Fix wrong comparison
authorImran Mehmood <imran_mehmood@mentor.com>
Wed, 16 Feb 2011 00:02:09 +0000 (00:02 +0000)
committerKhem Raj <raj.khem@gmail.com>
Tue, 15 Feb 2011 21:10:16 +0000 (13:10 -0800)
commitff02b94de71ff51f31b1ad9285081798787b0ccb
tree03f8dcc0ac52169d0b1fb53e200906539fc234e4
parent648bd1c785fae9de66001dc588720366b9ebda2c
bitbake.conf: Fix wrong comparison

The expression ('' or 'custom') will always result in 'custom' so the expression will become False when the variable (TARGET_OS, SDK_OS) is '' while its expected to be True in this case also.

Signed-off-by: Imran Mehmood <imran_mehmood@mentor.com>
Acked-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
conf/bitbake.conf