]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
combo-layer: handle empty commits during "init --history"
authorPatrick Ohly <patrick.ohly@intel.com>
Mon, 29 Feb 2016 11:59:09 +0000 (12:59 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 2 Mar 2016 22:39:05 +0000 (22:39 +0000)
commitfd9d08b8ba512151615a03fda61a103760a0683c
treedd35dfe2957ac3f4e2cb42cb55d47ea1a431502e
parentb7ac987274f7aeaeacc217488cf4fe639de81b76
combo-layer: handle empty commits during "init --history"

When importing the components during the "combo-layer init" with full
history and relocation into a destination directory, components with
empty commits were not handled because the "mv" command was invoked
with just one parameter.

Replacing that with a find/xargs pair avoids the problem and should
also fix the handling of filenames with special characters (in
particular spaces).

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/combo-layer