]> code.ossystems Code Review - openembedded-core.git/commit
bitbake.conf/gcc-common.inc: Fix STAMPCLEAN expression
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 21 Sep 2012 13:18:05 +0000 (14:18 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 21 Sep 2012 13:18:07 +0000 (14:18 +0100)
commitd7fbc70b6c6ac629d2a23ac16ab45461f88b4b26
tree7a35aee632c97e23f60b45d2fd648a0983b15225
parent069992a502658e8e44b870601e2e189cd9596ec9
bitbake.conf/gcc-common.inc: Fix STAMPCLEAN expression

The globs used for STAMPCLEAN were too greedy matching gcc-cross-initial
stamps for gcc-cross for example. This patch resolves that problem making
the assumption that PV starts with something numeric. This assumption
should hold in most cases and has a better failure case that the current
situation.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf
meta/recipes-devtools/gcc/gcc-common.inc