]> code.ossystems Code Review - openembedded-core.git/commit
distro_check.py: Fix some bugs in distro_check.py
authorMei Lei <lei.mei@intel.com>
Thu, 28 Apr 2011 14:14:17 +0000 (22:14 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 3 May 2011 23:49:22 +0000 (00:49 +0100)
commit123a7f49753aef4d5ccb5f5a5590c3c88775c6d0
treee9ecde377c68605a00808b311990013733d79881
parentace616b362bbcba9d9c78a2814a9cb943ac3f4a2
distro_check.py: Fix some bugs in distro_check.py

The recipe meta-ide-support's alias is Poky, but not defined in distro_exceptions, this will lead an error.
The compare_in_distro_packages_list function omit a split process, this will lead to a form issue.
Change the log file generate way, use symbolic links link to the latest log file, instead of appending every log file in old log.

Signed-off-by: Mei Lei <lei.mei@intel.com>
meta/lib/oe/distro_check.py