]> code.ossystems Code Review - openembedded-core.git/commit
base.bbclass: fix CLEANBROKEN logic
authorRoss Burton <ross.burton@intel.com>
Thu, 4 Dec 2014 14:14:57 +0000 (14:14 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 5 Dec 2014 17:43:14 +0000 (17:43 +0000)
commita9e95c3cd771b16bbf4c9eaa05c79d7b4ca7272a
tree1a7715b1634389d00904587f54d00868b6632357
parent113225b93c55d55a330fcca7d9f996ec039fb953
base.bbclass: fix CLEANBROKEN logic

The evalation order was incorrect in some situations (CLEANBROKEN=1 and
GNUmakefile exists) the clean would be executed incorrectly.

Add brackets to correct the logic.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/base.bbclass