]> code.ossystems Code Review - openembedded-core.git/commit
sanity.bbclass cleanup
authorBill Randle <william.c.randle@intel.com>
Mon, 21 Mar 2016 20:24:33 +0000 (13:24 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 24 Mar 2016 21:44:26 +0000 (21:44 +0000)
commit7c1e53bb802f021f06231243077d0e007a64274c
treea28b12f12e43ca038cfc6143e92145b11ce80191
parentb5ed789a6fe2d395b74a073c28060eb0f5a04a1b
sanity.bbclass cleanup

Limit search for a version var name to start at the beginning of a line,
otherwise, if the var name is used in a comment, that comment line will
be replaced, rather than the desired assignment line.
Move bblayer update message into function where it's actually updated,
rather than assuming all successful config file update are to the
bblayers.conf file.
Replace a stray tab with spaces for consistency.

[Fixes YOCTO #9318]

Signed-off-by: Bill Randle <william.c.randle@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/sanity.bbclass