]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/oetest.py: Allow to export packages using symlinks
authorMariano Lopez <mariano.lopez@linux.intel.com>
Tue, 26 Jul 2016 09:38:56 +0000 (09:38 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 4 Aug 2016 14:05:47 +0000 (15:05 +0100)
commit0338f66c0d246c3b8d94ac68d60fbc4c314e500b
tree9a7fb5f0979aadf70d0c848e267f4c09daaa6f02
parentf1cc272e4851fd994e9d052628a747ac19f90488
oeqa/oetest.py: Allow to export packages using symlinks

Currently packages that contains symlinks can't be extracted
and exported. This allows to export extracted such packages.

A nice side effect is improved readability.

[YOCTO #9932]

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/testexport.bbclass
meta/lib/oeqa/oetest.py