]> code.ossystems Code Review - openembedded-core.git/commit
populate_sdk_base: fix bashism
authorLaurentiu Palcu <laurentiu.palcu@intel.com>
Thu, 4 Jul 2013 12:53:55 +0000 (12:53 +0000)
committerSaul Wold <sgw@linux.intel.com>
Tue, 9 Jul 2013 14:56:09 +0000 (07:56 -0700)
commit6ac06a65ce52d4c123da53f115c84cb0a98bc18f
tree277ddde472dac65d7949acf1774e093a8f07c715
parent2c164a5dfc877d180ef58d46c063573621297929
populate_sdk_base: fix bashism

Only the printf bash builtin knows about %q format option for escaping
spaces. The coreutils version doesn't. Unfortunately, neither dash nor
sh have a printf builtin. So, escape the spaces using sed.

[YOCTO #4811]

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/classes/populate_sdk_base.bbclass