bitbake: data.py: fixes bad substitution when running devshell
authorRichard Tollerton <rich.tollerton@ni.com>
Thu, 9 Apr 2015 20:21:49 +0000 (15:21 -0500)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Sun, 26 Jul 2015 13:13:56 +0000 (10:13 -0300)
commit95f63627373dbe8864864f380820af1cdccb9e9a
treec218a5e0ba4813d5ad133fbbbebe05748cc06c26
parent20fd7ff9f813263e281d37f99c2bac7dc88e57a4
bitbake: data.py: fixes bad substitution when running devshell

Running bitbake inside make results in the exported environment variable
MAKEOVERRIDES="${-*-command-variables-*-}", which the shell chokes on
when trying to expand it. But of course, it probably shouldn't have been
trying to expand it in the first place -- so just escape the dollar
sign.

(Bitbake rev: 18cd0ce6a55c9065c3f1bf223b47d817b5efcd8f)

(Bitbake rev: 34226a9e02f319a7547967bbdaca3ca918927dd1)

Signed-off-by: Richard Tollerton <rich.tollerton@ni.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
bitbake/lib/bb/data.py