]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
lib/oeqa/utils/commands: ensure get_bb_var() works when value contains =
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 17 Jun 2015 15:15:32 +0000 (16:15 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 Jun 2015 08:14:06 +0000 (09:14 +0100)
commite22c18113b11f557c4502738ccdfbb06093a759a
tree8b2b01a78b6422004f45467a7e4fe4baf179f36f
parent0899d9af1da320a857c4dd65db279b0173ad803a
lib/oeqa/utils/commands: ensure get_bb_var() works when value contains =

Only split on the first equals character so that values that contain
equals characters (such as FAKEROOTENV) can be retrieved.

(From OE-Core rev: ff720dd3b77130b2c485d7acad63735fd8751a7d)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/utils/commands.py