]> code.ossystems Code Review - openembedded-core.git/commit
qemu: Remove stray .git files after unpacking
authorPhil Blundell <pb@pbcl.net>
Thu, 9 Jan 2014 11:18:26 +0000 (11:18 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 10 Jan 2014 15:12:16 +0000 (15:12 +0000)
commitcd962b790d5d15985a5a436169d6b2e3b0db0b2d
treee60c59aee4b574192ab69cb4eeb92a8f0929b6b9
parent21ba0297409bfc6e0fb89f45c9bfed8981c7df5b
qemu: Remove stray .git files after unpacking

The qemu tarball ships some extraneous .git metadata in the dtc/ and pixman/
subfolders, containing a reference to the path "../.git/modules" which
doesn't exist.  The presence of these files will confuse git if it happens
to recurse into the qemu source folder during an operation on some parent
directory, for example "git clean" at a higher level.  Avoid that problem
(mostly) by removing them immediately after the sources are unpacked.

Signed-off-by: Phil Blundell <pb@pbcl.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/qemu/qemu_1.7.0.bb