[oe] [meta-oe][PATCH] conf/layer.conf: Use .= for BBPATH and += for BBFILES

Phil Blundell philb at gnu.org
Fri May 6 07:29:14 UTC 2011


On Thu, 2011-05-05 at 20:47 -0700, raj.khem at gmail.com wrote:
>  # We have a conf and classes directory, prepend to BBPATH to prefer our versions
> -BBPATH := "${LAYERDIR}:${BBPATH}"
> +BBPATH .= ":${LAYERDIR}"

This patch seems to cause the code to do the opposite of what the
comment says.  If changing it to be an append rather than a prepend is
deliberate, please adjust the comment to match.  (It would also be nice
to have some commentary in the commit message explaining why this is
being done, since it isn't obvious to me why append would be better.)

p.







More information about the Openembedded-devel mailing list