lib/bb/data_smart.py: don't report variable in ExpansionError if not set
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 30 May 2012 16:17:14 +0000 (17:17 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 30 May 2012 16:23:31 +0000 (17:23 +0100)
commit3276d8c8e555b4f48bc0e71ab7301251156d021b
treee84e04ca6254c6ee561cbd9323e9ac028aba247d
parent0c6527104d052e6ea205c66affddcc4adef0f089
lib/bb/data_smart.py: don't report variable in ExpansionError if not set

If the variable name is not specified then don't confuse the error message
by starting off with "Failure expanding variable None...".

(Bitbake rev: 9cb16f3c73751e7cf6d495586a6193f06eb97b1f)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/data_smart.py