]> code.ossystems Code Review - openembedded-core.git/commit
Fix comparison with SRCREVINACTION constant
authorJavier Martin <javier.martin@vista-silicon.com>
Thu, 27 Jan 2011 08:38:21 +0000 (09:38 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 10 Feb 2011 22:35:28 +0000 (22:35 +0000)
commitaacbe3f35eefd30be7f02ecc69bd141fd1d185ce
treef0e31604be2e262e07496ac0294ec475518c9491
parentc68c5f6e31260549265d33da8dee563c574cbf40
Fix comparison with SRCREVINACTION constant

Use '==' instead of 'is', otherwise it will always return
true since 'rev' and "SRCREVINACTION" are not the same object.

(Bitbake rev: f30b3af975a071d1584817054a2996f08a3aba4f)

Signed-off-by: Javier Martin <javier.martin@vista-silicon.com>
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/fetch/__init__.py