diff options
author | Shane Wang <shane.wang@intel.com> | 2012-03-16 15:17:37 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-20 15:21:33 +0000 |
commit | 491c87d1674b0447aa2e37d67bcba3aa55eec677 (patch) | |
tree | 6ce2f3f00f6e0f3e8fb4ba1c6a3c86542226e7bf /meta/recipes-sato/matchbox-theme-sato | |
parent | 9ecdbc377c6ab6848afb0a378c5804918951f6b7 (diff) | |
download | poky-491c87d1674b0447aa2e37d67bcba3aa55eec677.tar.gz |
Hob: fix '!= None' and '== None' in the code
This patch is to fix the following:
if foo != None -----> if foo
if foo == None -----> if not foo
(From Poky rev: d771343b1726f166ed8d75543ba68bd2a20aee7b)
(Bitbake rev: 23c140a4d00293d922cbd34b6b837493cac2e93a)
Signed-off-by: Shane Wang <shane.wang@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/matchbox-theme-sato')
0 files changed, 0 insertions, 0 deletions