]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
classes/populate_sdk_base: fix usage of & character in SDK_TITLE
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 1 Nov 2016 02:04:53 +0000 (15:04 +1300)
committerPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 1 Nov 2016 03:22:33 +0000 (16:22 +1300)
commitea8c34f8572f12b3fdf6f7bb9512b838a294d986
tree175b389bd9845e4cf01ee8a83b255dff0dff7cd1
parentb18fa5f2f2f46afc6fdc58f4d29679dea9c36c43
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>
meta/classes/populate_sdk_base.bbclass