]> code.ossystems Code Review - openembedded-core.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:12:01 +0000 (09:12 +0100)
commitff720dd3b77130b2c485d7acad63735fd8751a7d
tree7e6bb322eb430404dda4935f0d04c7e8ac54b9a8
parentd1b3b384754089e62f6a4c7964690ae6c8d20a96
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.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
meta/lib/oeqa/utils/commands.py