diff options
author | Juro Bystricky <juro.bystricky@intel.com> | 2016-10-28 15:14:56 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-06 23:35:14 +0000 |
commit | 6238faf901956e2a350315a66ca1ce557deaa513 (patch) | |
tree | 75d5a5dd3122bfafddb84ead20a8d0da5697b325 /meta/recipes-gnome | |
parent | 00d1913520f1572fa7def865e57852c7f25b0ec4 (diff) | |
download | openembedded-core-6238faf901956e2a350315a66ca1ce557deaa513.tar.gz openembedded-core-6238faf901956e2a350315a66ca1ce557deaa513.tar.bz2 openembedded-core-6238faf901956e2a350315a66ca1ce557deaa513.zip |
build-appliance-image: Fix incorrect PATH
When modifying the PATH variable in .bashrc, double quote characters
were used, resulting in expanding the variable $PATH with the value of
PATH of the system building the Build Appliance.
The original intent was to enter an un-expanded (literal) $PATH.
In order to that, one must use single quotes instead of double quotes.
[YOCTO#10434] [YOCTO#10504]
Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-gnome')
0 files changed, 0 insertions, 0 deletions