]> code.ossystems Code Review - openembedded-core.git/commit
rootfs.py: Simplify the regular expression used in _log_check_warn()
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Wed, 18 May 2016 22:28:14 +0000 (00:28 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 May 2016 21:31:33 +0000 (22:31 +0100)
commit865ab39f18a52ed84217df56d0e65113e2894d02
treec435aa15a710857d3407623ab20a4561300cbf41
parent1eb0a46502fca4b2ee30ccd2508f4e21a40c25ca
rootfs.py: Simplify the regular expression used in _log_check_warn()

In commit 0387d095 lines with "NOTE:" in them were excluded from the
log check for warnings. However, those lines were only there in the
first place since the regular expression that is used to find warning
messages explicitly included those lines...

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/rootfs.py