]> code.ossystems Code Review - openembedded-core.git/commit
license.bbclass: use shutil instead of bb.utils.copyfile
authorRoss Burton <ross.burton@intel.com>
Wed, 2 Oct 2013 16:30:21 +0000 (16:30 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 4 Oct 2013 17:25:06 +0000 (18:25 +0100)
commitdc81df215cc94c279991df35125d94770a1bc3d2
treef3eea7f218cbec3d7b6642446e6482aa48957e9e
parentcd6041071ddf76693cda7632379ceddd1d21a7fb
license.bbclass: use shutil instead of bb.utils.copyfile

bb.utils.copyfile is for a specific purpose and more complicated than needed
here, so just use shutil.copyfile.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/license.bbclass