]> 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>
Wed, 16 Nov 2016 10:33:32 +0000 (10:33 +0000)
commitac2b0413526df46cfdcae2d3f9add1a29fe3c2b5
tree2683d809dd9401efa86a9e0318009e7357b10e95
parent545a2d41f57232d58d19feb3fb0375be5553e47d
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]

(From OE-Core rev: 6238faf901956e2a350315a66ca1ce557deaa513)

Signed-off-by: Juro Bystricky <juro.bystricky@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/recipes-core/images/build-appliance-image_15.0.0.bb