diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2016-11-01 16:24:22 +1300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-06 23:35:33 +0000 |
commit | 8381bb0b5f250bc9808349a7eb748686214bc738 (patch) | |
tree | 0057226f0f822b797d7ce63d61746a7a18e635c7 /meta/conf | |
parent | 6d776f5c0be86f53c769b2ce48b1651e6b93e53f (diff) | |
download | poky-8381bb0b5f250bc9808349a7eb748686214bc738.tar.gz |
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>
Diffstat (limited to 'meta/conf')
0 files changed, 0 insertions, 0 deletions