]> code.ossystems Code Review - openembedded-core.git/commit
classes/populate_sdk_base: fix usage of & character in SDK_TITLE
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 1 Nov 2016 03:24:22 +0000 (16:24 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 6 Nov 2016 23:35:17 +0000 (23:35 +0000)
commitacb85689c13cfdac21435509001048af5c3a7e99
tree35b7d4539d8f0e294cdf50870b12d864c6f03bf7
parentc2c63b4e8d2614bd6ae8ca3283b5bcdf38afc7a2
classes/populate_sdk_base: fix usage of & character in SDK_TITLE

If you used an & character in SDK_TITLE (possibly indirectly from
DISTRO_NAME) then sed interpreted this as a directive to paste in the
replaced string (@SDK_TITLE@ in this case). Escape any & characters in
SDK_TITLE to avoid that.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/populate_sdk_base.bbclass