]> code.ossystems Code Review - openembedded-core.git/commit
populate_sdk_base, adt_installer: abort install if path contains spaces
authorLaurentiu Palcu <laurentiu.palcu@intel.com>
Tue, 25 Jun 2013 11:59:05 +0000 (14:59 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 25 Jun 2013 16:59:13 +0000 (17:59 +0100)
commit8c35ba2d3048ce69f74f72cb2676e4bc162cfb63
tree7d8d0366123738c69884c997142b9970e174d379
parent930a48b299c42803fe14185ed31df63c162d3ec6
populate_sdk_base, adt_installer: abort install if path contains spaces

Spaces are not handled properly in some parts of oe-core and it's safer
to abort toolchain installation if path contains spaces. Even though
we fix space handling in the toolchain installation script, there are
various other parts in the toolchain (perl scripts, sysroot path passed to
toolchain binaries, shebang lines) that would need special handling. So,
for now, just bail out if path contains spaces.

The checking for spaces in the path is done after expanding relative
paths to absolute and tilde conversion.

[YOCTO #4488]

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/populate_sdk_base.bbclass
meta/recipes-devtools/installer/adt-installer/adt_installer