]> code.ossystems Code Review - openembedded-core.git/commit
archiver.bbclass: Don't expand python functions in dumpdata
authorMariano Lopez <mariano.lopez@linux.intel.com>
Tue, 22 Mar 2016 14:04:00 +0000 (14:04 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 24 Mar 2016 21:44:27 +0000 (21:44 +0000)
commite3239ade430ff48e00dce47066abe8fcb990af61
tree7c44744de6ad00ca6779e4803461ba5617389374
parent6c76c9e5bb4f4bf6adfac7ccece03d7dcdea7f3d
archiver.bbclass: Don't expand python functions in dumpdata

Currently the dumpdata task expands python data in the datastore, in
some functions this causes a silent error and the task will fail.

The change also rewrite the function to make a bit clearer.

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