]> 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>
Wed, 16 Nov 2016 10:33:34 +0000 (10:33 +0000)
commitbbad3402d431ac178cabdc00fcaf37b3a1a6bfd6
tree05b8fa2d34f6928daa755d4ec7b47cb5524ee3a6
parent928eadf8442cf87fb2d4159602bd732336d74bb7
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.

(From OE-Core rev: acb85689c13cfdac21435509001048af5c3a7e99)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/classes/populate_sdk_base.bbclass