]> code.ossystems Code Review - openembedded-core.git/commit
do_unpack: move qa check of unpack into insane.bbclass
authorBian Naimeng <biannm@cn.fujitsu.com>
Fri, 3 Jul 2015 03:47:47 +0000 (11:47 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 16 Jul 2015 14:08:42 +0000 (15:08 +0100)
commit81216da9fa90dc8a67a0f367742b1e73afec0aa1
tree30bce576ac565930998bb5ac4ac217f69bc7307b
parent780a590cf2f0604435c05445d02c342e3387497f
do_unpack: move qa check of unpack into insane.bbclass

Some source archive are not standard format.
For example, sometimes, we still need decompress file once again after base_do_unpack,
in such case, the following warning will be caught.

 WARNING: xxx : the directory ${WORKDIR}/xxxx (xxxxxx) pointed to by the S variable doesn't exist \
 - please set S within the recipe to point to where the source has been unpacked to

So, we should do this QA check after all of unpack jobs been completed.

Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/base.bbclass
meta/classes/insane.bbclass