]> code.ossystems Code Review - openembedded-core.git/commit
build-appliance-image: Fix incorrect PATH
authorJuro Bystricky <juro.bystricky@intel.com>
Fri, 28 Oct 2016 22:14:56 +0000 (15:14 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 6 Nov 2016 23:35:14 +0000 (23:35 +0000)
commit6238faf901956e2a350315a66ca1ce557deaa513
tree75d5a5dd3122bfafddb84ead20a8d0da5697b325
parent00d1913520f1572fa7def865e57852c7f25b0ec4
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>
meta/recipes-core/images/build-appliance-image_15.0.0.bb